#AF7ABE

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

Shades of East Side #AF7ABE

Tints of East Side #AF7ABE

Color information

#AF7ABE (or 0xAF7ABE) is unknown color: approx East Side. HEX triplet: AF, 7A and BE. RGB value is (175,122,190). Sum of RGB (Red+Green+Blue) = 175+122+190=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ABE is #508541. Grayscale: #919191. Windows color (decimal): -5276994 or 12483247. OLE color: 12483247.

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

Color convert

RGB175122190-
CMYK0.080.3600.25
HSL286.76º34.34%61.18%-
HSV(B)286.76º35.79%74.51%-
XYZ33.9326.7552.09-
YUV145.6153.06148.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=35.93%
G=25.05%
B=39.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751221900.080.3600.25286.7634.3461.18
HexAF7ABE82401911f223d
Octal25717227610440314374275
Binary101011111111010101111101000100100011001100011111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7ABE; }

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

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

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

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

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

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

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

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