#AF80BD

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

Shades of East Side #AF80BD

Tints of East Side #AF80BD

Color information

#AF80BD (or 0xAF80BD) is unknown color: approx East Side. HEX triplet: AF, 80 and BD. RGB value is (175,128,189). Sum of RGB (Red+Green+Blue) = 175+128+189=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80BD is #507F42. Grayscale: #949494. Windows color (decimal): -5275459 or 12419247. OLE color: 12419247.

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

Color convert

RGB175128189-
CMYK0.070.3200.26
HSL286.23º31.61%62.16%-
HSV(B)286.23º32.28%74.12%-
XYZ34.5828.2351.77-
YUV149.01150.57146.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=35.57%
G=26.02%
B=38.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751281890.070.3200.26286.2331.6162.16
HexAF80BD72001A11e203e
Octal2572002757400324364076
Binary101011111000000010111101111100000011010100011110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80BD; }

 p { color: rgb(175,128,189); }

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

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

 a { background-color: rgb(175,128,189); }

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

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

 span { border-color: rgb(175,128,189); }

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