#AF82BA

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

Shades of East Side #AF82BA

Tints of East Side #AF82BA

Color information

#AF82BA (or 0xAF82BA) is unknown color: approx East Side. HEX triplet: AF, 82 and BA. RGB value is (175,130,186). Sum of RGB (Red+Green+Blue) = 175+130+186=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82BA is #507D45. Grayscale: #959595. Windows color (decimal): -5274950 or 12223151. OLE color: 12223151.

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

Color convert

RGB175130186-
CMYK0.060.3000.27
HSL288.21º28.87%61.96%-
HSV(B)288.21º30.11%72.94%-
XYZ34.5228.6250.16-
YUV149.84148.41145.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=35.64%
G=26.48%
B=37.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751301860.060.3000.27288.2128.8761.96
HexAF82BA61E01B1201d3e
Octal2572022726360334403576
Binary1010111110000010101110101101111001101110010000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82BA; }

 p { color: rgb(175,130,186); }

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

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

 a { background-color: rgb(175,130,186); }

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

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

 span { border-color: rgb(175,130,186); }

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