#AF6EBE

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

Shades of East Side #AF6EBE

Tints of East Side #AF6EBE

Color information

#AF6EBE (or 0xAF6EBE) is unknown color: approx East Side. HEX triplet: AF, 6E and BE. RGB value is (175,110,190). Sum of RGB (Red+Green+Blue) = 175+110+190=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF6EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EBE is #509141. Grayscale: #8A8A8A. Windows color (decimal): -5280066 or 12480175. OLE color: 12480175.

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

Color convert

RGB175110190-
CMYK0.080.4200.25
HSL288.75º38.1%58.82%-
HSV(B)288.75º42.11%74.51%-
XYZ32.5523.9851.63-
YUV138.55157.03154-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 190 (74.61% from 255) = 40%
R=36.84%
G=23.16%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751101900.080.4200.25288.7538.158.82
HexAF6EBE82A019121263b
Octal25715627610520314414673
Binary101011111101110101111101000101010011001100100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EBE; }

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

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

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

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

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

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

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

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