#AF7BB6

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

Shades of East Side #AF7BB6

Tints of East Side #AF7BB6

Color information

#AF7BB6 (or 0xAF7BB6) is unknown color: approx East Side. HEX triplet: AF, 7B and B6. RGB value is (175,123,182). Sum of RGB (Red+Green+Blue) = 175+123+182=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF7BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BB6 is #508449. Grayscale: #919191. Windows color (decimal): -5276746 or 11959215. OLE color: 11959215.

HSL color Cylindrical-coordinate representation of color #AF7BB6: hue angle of 292.88º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF7BB6 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175123182-
CMYK0.040.3200.29
HSL292.88º28.78%59.8%-
HSV(B)292.88º32.42%71.37%-
XYZ33.2126.6647.65-
YUV145.27148.73149.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 123 (48.44% from 255) = 25.62%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=36.46%
G=25.62%
B=37.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751231820.040.3200.29292.8828.7859.8
HexAF7BB642001D1251d3c
Octal2571732664400354453574
Binary1010111111110111011011010010000001110110010010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BB6; }

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

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

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

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

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

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

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

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