#ABAFEF

Color #ABAFEF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ABAFEF

Tints of Perano #ABAFEF

Color information

#ABAFEF (or 0xABAFEF) is unknown color: approx 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

RGB171175239-
CMYK0.280.2700.06
HSL236.47º68%80.39%-
HSV(B)236.47º28.45%93.73%-
XYZ47.745.5587.94-
YUV181.1160.67120.8-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711752390.280.2700.06236.476880.39
HexABAFEF1C1B06ec4450
Octal253257357343306354104120
Binary101010111010111111101111111001101101101110110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>