#AFAFEC

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

Shades of Perano #AFAFEC

Tints of Perano #AFAFEC

Color information

#AFAFEC (or 0xAFAFEC) is unknown color: approx Perano. HEX triplet: AF, AF and EC. RGB value is (175,175,236). Sum of RGB (Red+Green+Blue) = 175+175+236=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFEC is #505013. Grayscale: #B5B5B5. Windows color (decimal): -5263380 or 15511471. OLE color: 15511471.

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

Color convert

RGB175175236-
CMYK0.260.2600.07
HSL240º61.62%80.59%-
HSV(B)240º25.85%92.55%-
XYZ48.1545.8385.67-
YUV181.95158.5123.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=29.86%
G=29.86%
B=40.27%

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
Decimal1751752360.260.2600.0724061.6280.59
HexAFAFEC1A1A07f03e51
Octal25725735432320736076121
Binary10101111101011111110110011010110100111111100001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFEC; }

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

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

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

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

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

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

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

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