Html Css Color HEX #ABAFEF Perano

📋 copy color: '#ABAFEF'

red 171 ◦ green 175 ◦ blue 239

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

Shades of Perano #ABAFEF

Tints of Perano #ABAFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 29.23%
G = 29.91%
B = 40.85%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABAFEF (or 0xABAFEF) is known color: Perano. HEX triplet: AB, AF and EF. RGB value is (171,175,239). Sum of RGB (Red+Green+Blue) = 171+175+239=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABAFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFEF is #545010. Grayscale: #B4B4B4. Windows color (decimal): -5525521 or 15708075. OLE color: 15708075.

HSL color Cylindrical-coordinate representation of color #ABAFEF: hue angle of 236.47º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABAFEF is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 175 239 -
CMYK 0.28 0.27 0 0.06
HSL 236.47º 0.68% 0.8% -
HSV(B) 236.47º 0.28% 0.94% -
XYZ 47.7 45.55 87.94 -
YUV 181.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 171 175 239 0.28 0.27 0 0.06 236.47 0.68 0.8
Hex AB AF EF 1C 1B 0 6 EC 44 50
Octal 253 257 357 34 33 0 6 354 104 120
Binary 10101011 10101111 11101111 11100 11011 0 110 11101100 1000100 1010000

Color Harmonies of #ABAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFEF

Black with #ABAFEF

Text Example


Text Example

White with #ABAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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