#AFAEE4

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

Shades of Perano #AFAEE4

Tints of Perano #AFAEE4

Color information

#AFAEE4 (or 0xAFAEE4) is unknown color: approx Perano. HEX triplet: AF, AE and E4. RGB value is (175,174,228). Sum of RGB (Red+Green+Blue) = 175+174+228=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFAEE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEE4 is #50511B. Grayscale: #B4B4B4. Windows color (decimal): -5263644 or 14986927. OLE color: 14986927.

HSL color Cylindrical-coordinate representation of color #AFAEE4: hue angle of 241.11º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFAEE4 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175174228-
CMYK0.230.2400.11
HSL241.11º50%78.82%-
HSV(B)241.11º23.68%89.41%-
XYZ46.8244.9979.61-
YUV180.46154.83124.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 228 (89.45% from 255) = 39.51%
R=30.33%
G=30.16%
B=39.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751742280.230.2400.11241.115078.82
HexAFAEE417180Bf1324f
Octal257256344273001336162117
Binary101011111010111011100100101111100001011111100011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEE4; }

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

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

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

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

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

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

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

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