#AFAAED

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

Shades of Perano #AFAAED

Tints of Perano #AFAAED

Color information

#AFAAED (or 0xAFAAED) is unknown color: approx Perano. HEX triplet: AF, AA and ED. RGB value is (175,170,237). Sum of RGB (Red+Green+Blue) = 175+170+237=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFAAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAED is #505512. Grayscale: #B2B2B2. Windows color (decimal): -5264659 or 15575727. OLE color: 15575727.

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

Color convert

RGB175170237-
CMYK0.260.2800.07
HSL244.48º65.05%79.8%-
HSV(B)244.48º28.27%92.94%-
XYZ47.3443.9886.11-
YUV179.13160.66125.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=30.07%
G=29.21%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751702370.260.2800.07244.4865.0579.8
HexAFAAED1A1C07f44150
Octal257252355323407364101120
Binary101011111010101011101101110101110001111111010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAED; }

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

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

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

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

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

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

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

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