#AF7BC6

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

Shades of East Side #AF7BC6

Tints of East Side #AF7BC6

Color information

#AF7BC6 (or 0xAF7BC6) is unknown color: approx East Side. HEX triplet: AF, 7B and C6. RGB value is (175,123,198). Sum of RGB (Red+Green+Blue) = 175+123+198=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF7BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BC6 is #508439. Grayscale: #929292. Windows color (decimal): -5276730 or 13007791. OLE color: 13007791.

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

Color convert

RGB175123198-
CMYK0.120.3800.22
HSL281.6º39.68%62.94%-
HSV(B)281.6º37.88%77.65%-
XYZ34.9627.3656.86-
YUV147.1156.73147.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 123 (48.44% from 255) = 24.80%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=35.28%
G=24.80%
B=39.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751231980.120.3800.22281.639.6862.94
HexAF7BC6C2601611a283f
Octal25717330614460264325077
Binary101011111111011110001101100100110010110100011010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BC6; }

 p { color: rgb(175,123,198); }

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

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

 a { background-color: rgb(175,123,198); }

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

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

 span { border-color: rgb(175,123,198); }

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