#AFA9ED

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

Shades of Perano #AFA9ED

Tints of Perano #AFA9ED

Color information

#AFA9ED (or 0xAFA9ED) is unknown color: approx Perano. HEX triplet: AF, A9 and ED. RGB value is (175,169,237). Sum of RGB (Red+Green+Blue) = 175+169+237=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 169 (66.41% from 255 or 29.09% 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 #AFA9ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA9ED is #505612. Grayscale: #B2B2B2. Windows color (decimal): -5264915 or 15575471. OLE color: 15575471.

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

Color convert

RGB175169237-
CMYK0.260.2900.07
HSL245.29º65.38%79.61%-
HSV(B)245.29º28.69%92.94%-
XYZ47.1543.686.05-
YUV178.55160.99125.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751692370.260.2900.07245.2965.3879.61
HexAFA9ED1A1D07f54150
Octal257251355323507365101120
Binary101011111010100111101101110101110101111111010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9ED; }

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

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

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

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

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

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

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

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