#AF7AC8

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

Shades of East Side #AF7AC8

Tints of East Side #AF7AC8

Color information

#AF7AC8 (or 0xAF7AC8) is unknown color: approx East Side. HEX triplet: AF, 7A and C8. RGB value is (175,122,200). Sum of RGB (Red+Green+Blue) = 175+122+200=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF7AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AC8 is #508537. Grayscale: #929292. Windows color (decimal): -5276984 or 13138607. OLE color: 13138607.

HSL color Cylindrical-coordinate representation of color #AF7AC8: hue angle of 280.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF7AC8 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175122200-
CMYK0.120.3900.22
HSL280.77º41.49%63.14%-
HSV(B)280.77º39%78.43%-
XYZ35.0627.258.05-
YUV146.74158.06148.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=35.21%
G=24.55%
B=40.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751222000.120.3900.22280.7741.4963.14
HexAF7AC8C27016119293f
Octal25717231014470264315177
Binary101011111111010110010001100100111010110100011001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AC8; }

 p { color: rgb(175,122,200); }

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

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

 a { background-color: rgb(175,122,200); }

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

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

 span { border-color: rgb(175,122,200); }

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