#AF7EBE

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

Shades of East Side #AF7EBE

Tints of East Side #AF7EBE

Color information

#AF7EBE (or 0xAF7EBE) is unknown color: approx East Side. HEX triplet: AF, 7E and BE. RGB value is (175,126,190). Sum of RGB (Red+Green+Blue) = 175+126+190=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EBE is #508141. Grayscale: #939393. Windows color (decimal): -5275970 or 12484271. OLE color: 12484271.

HSL color Cylindrical-coordinate representation of color #AF7EBE: hue angle of 285.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7EBE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175126190-
CMYK0.080.3400.25
HSL285.94º32.99%61.96%-
HSV(B)285.94º33.68%74.51%-
XYZ34.4327.7552.26-
YUV147.95151.73147.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=35.64%
G=25.66%
B=38.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751261900.080.3400.25285.9432.9961.96
HexAF7EBE82201911e213e
Octal25717627610420314364176
Binary101011111111110101111101000100010011001100011110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EBE; }

 p { color: rgb(175,126,190); }

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

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

 a { background-color: rgb(175,126,190); }

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

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

 span { border-color: rgb(175,126,190); }

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