Html Css Color HEX #ABAFEB Perano

📋 copy color: '#ABAFEB'

red 171 ◦ green 175 ◦ blue 235

#ABAFEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ABAFEB

Tints of Perano #ABAFEB

RGB

 RED value IS 171 (67.19% from 255) = 29.43%

 GREEN value IS 175 (68.75% from 255) = 30.12%

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 29.43%
G = 30.12%
B = 40.45%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ABAFEB (or 0xABAFEB) is known color: Perano. HEX triplet: AB, AF and EB. RGB value is (171,175,235). Sum of RGB (Red+Green+Blue) = 171+175+235=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFEB is #545014. Grayscale: #B4B4B4. Windows color (decimal): -5525525 or 15445931. OLE color: 15445931.

HSL color Cylindrical-coordinate representation of color #ABAFEB: hue angle of 236.25º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAFEB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 175 235 -
CMYK 0.27 0.26 0 0.08
HSL 236.25º 0.62% 0.8% -
HSV(B) 236.25º 0.27% 0.92% -
XYZ 47.12 45.32 84.86 -
YUV 180.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 171 175 235 0.27 0.26 0 0.08 236.25 0.62 0.8
Hex AB AF EB 1B 1A 0 8 EC 3E 50
Octal 253 257 353 33 32 0 10 354 76 120
Binary 10101011 10101111 11101011 11011 11010 0 1000 11101100 111110 1010000

Color Harmonies of #ABAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFEB

Black with #ABAFEB

Text Example


Text Example

White with #ABAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFEB; }

 p { color: rgb(171,175,235); }

 H1.HeaderClassName
 {
   color: #ABAFEB;
 }
 .AnyTagClassName
 {
   color: #ABAFEB;
 }
</style>

background-color css

<style>
 a { background-color: #ABAFEB; }

 a { background-color: rgb(171,175,235); }

 div.DivClassName
 {
   background-color: #ABAFEB;
 }
 .BgClassName
 {
   background-color: #ABAFEB;
 }
</style>

border-color css

<style>
 span { border-color: #ABAFEB; }

 span { border-color: rgb(171,175,235); }

 td.TdClassName
 {
   border-color: #ABAFEB;
 }
 .TagClassName
 {
   border-color: #ABAFEB;
 }
</style>