#AF70BE

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

Shades of East Side #AF70BE

Tints of East Side #AF70BE

Color information

#AF70BE (or 0xAF70BE) is unknown color: approx East Side. HEX triplet: AF, 70 and BE. RGB value is (175,112,190). Sum of RGB (Red+Green+Blue) = 175+112+190=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70BE is #508F41. Grayscale: #8B8B8B. Windows color (decimal): -5279554 or 12480687. OLE color: 12480687.

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

Color convert

RGB175112190-
CMYK0.080.4100.25
HSL288.46º37.5%59.22%-
HSV(B)288.46º41.05%74.51%-
XYZ32.7724.4251.7-
YUV139.73156.37153.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=36.69%
G=23.48%
B=39.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751121900.080.4100.25288.4637.559.22
HexAF70BE829019120263b
Octal25716027610510314404673
Binary101011111110000101111101000101001011001100100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70BE; }

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

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

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

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

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

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

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

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