#AFA9EC

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

Shades of Perano #AFA9EC

Tints of Perano #AFA9EC

Color information

#AFA9EC (or 0xAFA9EC) is unknown color: approx Perano. HEX triplet: AF, A9 and EC. RGB value is (175,169,236). Sum of RGB (Red+Green+Blue) = 175+169+236=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 169 (66.41% from 255 or 29.14% 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 #AFA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA9EC is #505613. Grayscale: #B2B2B2. Windows color (decimal): -5264916 or 15509935. OLE color: 15509935.

HSL color Cylindrical-coordinate representation of color #AFA9EC: hue angle of 245.37º 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 #AFA9EC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175169236-
CMYK0.260.2800.07
HSL245.37º63.81%79.41%-
HSV(B)245.37º28.39%92.55%-
XYZ47.0143.5585.28-
YUV178.43160.49125.55-

RGB Variations

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

RGB

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

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
Decimal1751692360.260.2800.07245.3763.8179.41
HexAFA9EC1A1C07f5404f
Octal257251354323407365100117
Binary101011111010100111101100110101110001111111010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9EC; }

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

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

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

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

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

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

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

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