#A9AFED

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

Shades of Perano #A9AFED

Tints of Perano #A9AFED

Color information

#A9AFED (or 0xA9AFED) is unknown color: approx Perano. HEX triplet: A9, AF and ED. RGB value is (169,175,237). Sum of RGB (Red+Green+Blue) = 169+175+237=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AFED is #565012. Grayscale: #B4B4B4. Windows color (decimal): -5656595 or 15577001. OLE color: 15577001.

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

Color convert

RGB169175237-
CMYK0.290.2600.07
HSL234.71º65.38%79.61%-
HSV(B)234.71º28.69%92.94%-
XYZ46.9845.2186.37-
YUV180.27160.01119.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.09%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=29.09%
G=30.12%
B=40.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691752370.290.2600.07234.7165.3879.61
HexA9AFED1D1A07eb4150
Octal251257355353207353101120
Binary101010011010111111101101111011101001111110101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFED; }

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

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

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

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

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

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

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

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