#AF81BE

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

Shades of East Side #AF81BE

Tints of East Side #AF81BE

Color information

#AF81BE (or 0xAF81BE) is unknown color: approx East Side. HEX triplet: AF, 81 and BE. RGB value is (175,129,190). Sum of RGB (Red+Green+Blue) = 175+129+190=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81BE is #507E41. Grayscale: #959595. Windows color (decimal): -5275202 or 12485039. OLE color: 12485039.

HSL color Cylindrical-coordinate representation of color #AF81BE: hue angle of 285.25º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF81BE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175129190-
CMYK0.080.3200.25
HSL285.25º31.94%62.55%-
HSV(B)285.25º32.11%74.51%-
XYZ34.8228.5352.39-
YUV149.71150.74146.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=35.43%
G=26.11%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751291900.080.3200.25285.2531.9462.55
HexAF81BE82001911d203f
Octal25720127610400314354077
Binary1010111110000001101111101000100000011001100011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81BE; }

 p { color: rgb(175,129,190); }

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

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

 a { background-color: rgb(175,129,190); }

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

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

 span { border-color: rgb(175,129,190); }

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