#AF71BE

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

Shades of East Side #AF71BE

Tints of East Side #AF71BE

Color information

#AF71BE (or 0xAF71BE) is unknown color: approx East Side. HEX triplet: AF, 71 and BE. RGB value is (175,113,190). Sum of RGB (Red+Green+Blue) = 175+113+190=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71BE is #508E41. Grayscale: #8C8C8C. Windows color (decimal): -5279298 or 12480943. OLE color: 12480943.

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

Color convert

RGB175113190-
CMYK0.080.4100.25
HSL288.31º37.2%59.41%-
HSV(B)288.31º40.53%74.51%-
XYZ32.8824.6451.74-
YUV140.32156.04152.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=36.61%
G=23.64%
B=39.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751131900.080.4100.25288.3137.259.41
HexAF71BE829019120253b
Octal25716127610510314404573
Binary101011111110001101111101000101001011001100100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71BE; }

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

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

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

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

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

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

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

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