#AF70C2

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

Shades of East Side #AF70C2

Tints of East Side #AF70C2

Color information

#AF70C2 (or 0xAF70C2) is unknown color: approx East Side. HEX triplet: AF, 70 and C2. RGB value is (175,112,194). Sum of RGB (Red+Green+Blue) = 175+112+194=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF70C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70C2 is #508F3D. Grayscale: #8B8B8B. Windows color (decimal): -5279550 or 12742831. OLE color: 12742831.

HSL color Cylindrical-coordinate representation of color #AF70C2: hue angle of 286.1º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF70C2 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175112194-
CMYK0.100.4200.24
HSL286.1º40.2%60%-
HSV(B)286.1º42.27%76.08%-
XYZ33.2124.654.04-
YUV140.18158.37152.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 194 (76.17% from 255) = 40.33%
R=36.38%
G=23.28%
B=40.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751121940.100.4200.24286.140.260
HexAF70C2A2A01811e283c
Octal25716030212520304365074
Binary101011111110000110000101010101010011000100011110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70C2; }

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

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

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

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

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

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

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

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