#AFA8EE

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

Shades of Perano #AFA8EE

Tints of Perano #AFA8EE

Color information

#AFA8EE (or 0xAFA8EE) is unknown color: approx Perano. HEX triplet: AF, A8 and EE. RGB value is (175,168,238). Sum of RGB (Red+Green+Blue) = 175+168+238=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFA8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8EE is #505711. Grayscale: #B1B1B1. Windows color (decimal): -5265170 or 15640751. OLE color: 15640751.

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

Color convert

RGB175168238-
CMYK0.260.2900.07
HSL246º67.31%79.61%-
HSV(B)246º29.41%93.33%-
XYZ47.1143.2986.76-
YUV178.07161.82125.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=30.12%
G=28.92%
B=40.96%

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
Decimal1751682380.260.2900.0724667.3179.61
HexAFA8EE1A1D07f64350
Octal257250356323507366103120
Binary101011111010100011101110110101110101111111011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8EE; }

 p { color: rgb(175,168,238); }

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

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

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

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

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

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

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