#AF7DC2

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

Shades of East Side #AF7DC2

Tints of East Side #AF7DC2

Color information

#AF7DC2 (or 0xAF7DC2) is unknown color: approx East Side. HEX triplet: AF, 7D and C2. RGB value is (175,125,194). Sum of RGB (Red+Green+Blue) = 175+125+194=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF7DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DC2 is #50823D. Grayscale: #939393. Windows color (decimal): -5276222 or 12746159. OLE color: 12746159.

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

Color convert

RGB175125194-
CMYK0.100.3600.24
HSL283.48º36.13%62.55%-
HSV(B)283.48º35.57%76.08%-
XYZ34.7527.6854.55-
YUV147.82154.06147.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=35.43%
G=25.30%
B=39.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751251940.100.3600.24283.4836.1362.55
HexAF7DC2A2401811b243f
Octal25717530212440304334477
Binary101011111111101110000101010100100011000100011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DC2; }

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

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

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

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

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

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

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

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