#A9ADFE

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

Shades of Perano #A9ADFE

Tints of Perano #A9ADFE

Color information

#A9ADFE (or 0xA9ADFE) is unknown color: approx Perano. HEX triplet: A9, AD and FE. RGB value is (169,173,254). Sum of RGB (Red+Green+Blue) = 169+173+254=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ADFE is #565201. Grayscale: #B4B4B4. Windows color (decimal): -5657090 or 16690601. OLE color: 16690601.

HSL color Cylindrical-coordinate representation of color #A9ADFE: hue angle of 237.18º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9ADFE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169173254-
CMYK0.330.3200.00
HSL237.18º97.7%82.94%-
HSV(B)237.18º33.46%99.61%-
XYZ49.245.4899.95-
YUV181.04169.17119.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.36%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=28.36%
G=29.03%
B=42.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691732540.330.3200.00237.1897.782.94
HexA9ADFE212000ed6253
Octal251255376414000355142123
Binary101010011010110111111110100001100000001110110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ADFE; }

 p { color: rgb(169,173,254); }

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

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

 a { background-color: rgb(169,173,254); }

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

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

 span { border-color: rgb(169,173,254); }

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