#AF70C1

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

Shades of East Side #AF70C1

Tints of East Side #AF70C1

Color information

#AF70C1 (or 0xAF70C1) is unknown color: approx East Side. HEX triplet: AF, 70 and C1. RGB value is (175,112,193). Sum of RGB (Red+Green+Blue) = 175+112+193=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF70C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70C1 is #508F3E. Grayscale: #8B8B8B. Windows color (decimal): -5279551 or 12677295. OLE color: 12677295.

HSL color Cylindrical-coordinate representation of color #AF70C1: hue angle of 286.67º 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 #AF70C1 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175112193-
CMYK0.090.4200.24
HSL286.67º39.51%59.8%-
HSV(B)286.67º41.97%75.69%-
XYZ33.124.5553.45-
YUV140.07157.87152.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=36.46%
G=23.33%
B=40.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751121930.090.4200.24286.6739.5159.8
HexAF70C192A01811f283c
Octal25716030111520304375074
Binary101011111110000110000011001101010011000100011111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70C1; }

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

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

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

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

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

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

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

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