#AF70BF

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

Shades of East Side #AF70BF

Tints of East Side #AF70BF

Color information

#AF70BF (or 0xAF70BF) is unknown color: approx East Side. HEX triplet: AF, 70 and BF. RGB value is (175,112,191). Sum of RGB (Red+Green+Blue) = 175+112+191=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF70BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70BF is #508F40. Grayscale: #8B8B8B. Windows color (decimal): -5279553 or 12546223. OLE color: 12546223.

HSL color Cylindrical-coordinate representation of color #AF70BF: hue angle of 287.85º 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 #AF70BF is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175112191-
CMYK0.080.4100.25
HSL287.85º38.16%59.41%-
HSV(B)287.85º41.36%74.9%-
XYZ32.8824.4652.28-
YUV139.84156.87153.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 191 (75% from 255) = 39.96%
R=36.61%
G=23.43%
B=39.96%

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
Decimal1751121910.080.4100.25287.8538.1659.41
HexAF70BF829019120263b
Octal25716027710510314404673
Binary101011111110000101111111000101001011001100100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70BF; }

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

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

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

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

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

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

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

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