#A9AFEC

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

Shades of Perano #A9AFEC

Tints of Perano #A9AFEC

Color information

#A9AFEC (or 0xA9AFEC) is unknown color: approx Perano. HEX triplet: A9, AF and EC. RGB value is (169,175,236). Sum of RGB (Red+Green+Blue) = 169+175+236=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AFEC is #565013. Grayscale: #B3B3B3. Windows color (decimal): -5656596 or 15511465. OLE color: 15511465.

HSL color Cylindrical-coordinate representation of color #A9AFEC: hue angle of 234.63º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9AFEC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169175236-
CMYK0.280.2600.07
HSL234.63º63.81%79.41%-
HSV(B)234.63º28.39%92.55%-
XYZ46.8345.1585.6-
YUV180.16159.51120.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.14%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=29.14%
G=30.17%
B=40.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691752360.280.2600.07234.6363.8179.41
HexA9AFEC1C1A07eb404f
Octal251257354343207353100117
Binary101010011010111111101100111001101001111110101110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFEC; }

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

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

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

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

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

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

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

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