#AFAEE7

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

Shades of Perano #AFAEE7

Tints of Perano #AFAEE7

Color information

#AFAEE7 (or 0xAFAEE7) is unknown color: approx Perano. HEX triplet: AF, AE and E7. RGB value is (175,174,231). Sum of RGB (Red+Green+Blue) = 175+174+231=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFAEE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEE7 is #505118. Grayscale: #B4B4B4. Windows color (decimal): -5263641 or 15183535. OLE color: 15183535.

HSL color Cylindrical-coordinate representation of color #AFAEE7: hue angle of 241.05º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFAEE7 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175174231-
CMYK0.240.2500.09
HSL241.05º54.29%79.41%-
HSV(B)241.05º24.68%90.59%-
XYZ47.2445.1681.83-
YUV180.8156.33123.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 231 (90.62% from 255) = 39.83%
R=30.17%
G=30%
B=39.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751742310.240.2500.09241.0554.2979.41
HexAFAEE7181909f1364f
Octal257256347303101136166117
Binary101011111010111011100111110001100101001111100011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEE7; }

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

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

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

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

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

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

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

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