#ABAFDA

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

Shades of Perano #ABAFDA

Tints of Perano #ABAFDA

Color information

#ABAFDA (or 0xABAFDA) is unknown color: approx Perano. HEX triplet: AB, AF and DA. RGB value is (171,175,218). Sum of RGB (Red+Green+Blue) = 171+175+218=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABAFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFDA is #545025. Grayscale: #B2B2B2. Windows color (decimal): -5525542 or 14331819. OLE color: 14331819.

HSL color Cylindrical-coordinate representation of color #ABAFDA: hue angle of 234.89º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABAFDA is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171175218-
CMYK0.220.2000.15
HSL234.89º38.84%76.27%-
HSV(B)234.89º21.56%85.49%-
XYZ44.7844.3872.54-
YUV178.71150.17122.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=30.32%
G=31.03%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711752180.220.2000.15234.8938.8476.27
HexABAFDA16140Feb274c
Octal253257332262401735347114
Binary101010111010111111011010101101010001111111010111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFDA; }

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

 H1.HeaderClassName
 {
   color: #ABAFDA;
 }
 .AnyTagClassName
 {
   color: #ABAFDA;
 }
</style>
background-color css

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

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

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

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

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

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