#AF7CB9

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

Shades of East Side #AF7CB9

Tints of East Side #AF7CB9

Color information

#AF7CB9 (or 0xAF7CB9) is unknown color: approx East Side. HEX triplet: AF, 7C and B9. RGB value is (175,124,185). Sum of RGB (Red+Green+Blue) = 175+124+185=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF7CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CB9 is #508346. Grayscale: #929292. Windows color (decimal): -5276487 or 12156079. OLE color: 12156079.

HSL color Cylindrical-coordinate representation of color #AF7CB9: hue angle of 290.16º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7CB9 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175124185-
CMYK0.050.3300.27
HSL290.16º30.35%60.59%-
HSV(B)290.16º32.97%72.55%-
XYZ33.6427.0349.34-
YUV146.2149.9148.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 124 (48.83% from 255) = 25.62%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=36.16%
G=25.62%
B=38.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751241850.050.3300.27290.1630.3560.59
HexAF7CB952101B1221e3d
Octal2571742715410334423675
Binary1010111111111001011100110110000101101110010001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CB9; }

 p { color: rgb(175,124,185); }

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

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

 a { background-color: rgb(175,124,185); }

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

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

 span { border-color: rgb(175,124,185); }

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