#AFAEEB

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

Shades of Perano #AFAEEB

Tints of Perano #AFAEEB

Color information

#AFAEEB (or 0xAFAEEB) is unknown color: approx Perano. HEX triplet: AF, AE and EB. RGB value is (175,174,235). Sum of RGB (Red+Green+Blue) = 175+174+235=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEEB is #505114. Grayscale: #B5B5B5. Windows color (decimal): -5263637 or 15445679. OLE color: 15445679.

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

Color convert

RGB175174235-
CMYK0.260.2600.08
HSL240.98º60.4%80.2%-
HSV(B)240.98º25.96%92.16%-
XYZ47.8145.3884.84-
YUV181.25158.33123.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=29.97%
G=29.79%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751742350.260.2600.08240.9860.480.2
HexAFAEEB1A1A08f13c50
Octal257256353323201036174120
Binary101011111010111011101011110101101001000111100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEEB; }

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

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

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

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

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

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

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

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