#A9AFDC

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

Shades of Perano #A9AFDC

Tints of Perano #A9AFDC

Color information

#A9AFDC (or 0xA9AFDC) is unknown color: approx Perano. HEX triplet: A9, AF and DC. RGB value is (169,175,220). Sum of RGB (Red+Green+Blue) = 169+175+220=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AFDC is #565023. Grayscale: #B2B2B2. Windows color (decimal): -5656612 or 14462889. OLE color: 14462889.

HSL color Cylindrical-coordinate representation of color #A9AFDC: hue angle of 232.94º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9AFDC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169175220-
CMYK0.230.2000.14
HSL232.94º42.15%76.27%-
HSV(B)232.94º23.18%86.27%-
XYZ44.6144.2673.9-
YUV178.34151.51121.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=29.96%
G=31.03%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691752200.230.2000.14232.9442.1576.27
HexA9AFDC17140Ee92a4c
Octal251257334272401635152114
Binary101010011010111111011100101111010001110111010011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFDC; }

 p { color: rgb(169,175,220); }

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

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

 a { background-color: rgb(169,175,220); }

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

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

 span { border-color: rgb(169,175,220); }

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