#AF82BC

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

Shades of East Side #AF82BC

Tints of East Side #AF82BC

Color information

#AF82BC (or 0xAF82BC) is unknown color: approx East Side. HEX triplet: AF, 82 and BC. RGB value is (175,130,188). Sum of RGB (Red+Green+Blue) = 175+130+188=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF82BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82BC is #507D43. Grayscale: #959595. Windows color (decimal): -5274948 or 12354223. OLE color: 12354223.

HSL color Cylindrical-coordinate representation of color #AF82BC: hue angle of 286.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF82BC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175130188-
CMYK0.070.3100.26
HSL286.55º30.21%62.35%-
HSV(B)286.55º30.85%73.73%-
XYZ34.7428.7151.29-
YUV150.07149.41145.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=35.50%
G=26.37%
B=38.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751301880.070.3100.26286.5530.2162.35
HexAF82BC71F01A11f1e3e
Octal2572022747370324373676
Binary1010111110000010101111001111111101101010001111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82BC; }

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

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

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

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

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

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

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

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