#AFAEEC

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

Shades of Perano #AFAEEC

Tints of Perano #AFAEEC

Color information

#AFAEEC (or 0xAFAEEC) is unknown color: approx Perano. HEX triplet: AF, AE and EC. RGB value is (175,174,236). Sum of RGB (Red+Green+Blue) = 175+174+236=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEEC is #505113. Grayscale: #B5B5B5. Windows color (decimal): -5263636 or 15511215. OLE color: 15511215.

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

Color convert

RGB175174236-
CMYK0.260.2600.07
HSL240.97º62%80.39%-
HSV(B)240.97º26.27%92.55%-
XYZ47.9645.4485.6-
YUV181.37158.83123.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=29.91%
G=29.74%
B=40.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751742360.260.2600.07240.976280.39
HexAFAEEC1A1A07f13e50
Octal25725635432320736176120
Binary10101111101011101110110011010110100111111100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEEC; }

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

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

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

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

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

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

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

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