#AF7FB5

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

Shades of East Side #AF7FB5

Tints of East Side #AF7FB5

Color information

#AF7FB5 (or 0xAF7FB5) is unknown color: approx East Side. HEX triplet: AF, 7F and B5. RGB value is (175,127,181). Sum of RGB (Red+Green+Blue) = 175+127+181=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF7FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FB5 is #50804A. Grayscale: #939393. Windows color (decimal): -5275723 or 11894703. OLE color: 11894703.

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

Color convert

RGB175127181-
CMYK0.030.3000.29
HSL293.33º26.73%60.39%-
HSV(B)293.33º29.83%70.98%-
XYZ33.6127.6347.28-
YUV147.51146.9147.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=36.23%
G=26.29%
B=37.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751271810.030.3000.29293.3326.7360.39
HexAF7FB531E01D1251b3c
Octal2571772653360354453374
Binary10101111111111110110101111111001110110010010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FB5; }

 p { color: rgb(175,127,181); }

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

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

 a { background-color: rgb(175,127,181); }

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

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

 span { border-color: rgb(175,127,181); }

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