#AF80D5

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

Shades of East Side #AF80D5

Tints of East Side #AF80D5

Color information

#AF80D5 (or 0xAF80D5) is unknown color: approx East Side. HEX triplet: AF, 80 and D5. RGB value is (175,128,213). Sum of RGB (Red+Green+Blue) = 175+128+213=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF80D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80D5 is #507F2A. Grayscale: #979797. Windows color (decimal): -5275435 or 13992111. OLE color: 13992111.

HSL color Cylindrical-coordinate representation of color #AF80D5: hue angle of 273.18º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF80D5 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175128213-
CMYK0.180.4000.16
HSL273.18º50.3%66.86%-
HSV(B)273.18º39.91%83.53%-
XYZ37.4129.3666.65-
YUV151.74162.57144.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=33.91%
G=24.81%
B=41.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751282130.180.4000.16273.1850.366.86
HexAF80D512280101113243
Octal257200325225002042162103
Binary101011111000000011010101100101010000100001000100011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80D5; }

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

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

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

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

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

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

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

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