#AFA4EE

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

Shades of Melrose #AFA4EE

Tints of Melrose #AFA4EE

Color information

#AFA4EE (or 0xAFA4EE) is unknown color: approx Melrose. HEX triplet: AF, A4 and EE. RGB value is (175,164,238). Sum of RGB (Red+Green+Blue) = 175+164+238=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFA4EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA4EE is #505B11. Grayscale: #AFAFAF. Windows color (decimal): -5266194 or 15639727. OLE color: 15639727.

HSL color Cylindrical-coordinate representation of color #AFA4EE: hue angle of 248.92º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA4EE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175164238-
CMYK0.260.3100.07
HSL248.92º68.52%78.82%-
HSV(B)248.92º31.09%93.33%-
XYZ46.3941.8486.52-
YUV175.72163.14127.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 164 (64.45% from 255) = 28.42%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=30.33%
G=28.42%
B=41.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751642380.260.3100.07248.9268.5278.82
HexAFA4EE1A1F07f9454f
Octal257244356323707371105117
Binary101011111010010011101110110101111101111111100110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4EE; }

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

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

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

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

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

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

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

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