#AF80D0

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

Shades of East Side #AF80D0

Tints of East Side #AF80D0

Color information

#AF80D0 (or 0xAF80D0) is unknown color: approx East Side. HEX triplet: AF, 80 and D0. RGB value is (175,128,208). Sum of RGB (Red+Green+Blue) = 175+128+208=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF80D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80D0 is #507F2F. Grayscale: #969696. Windows color (decimal): -5275440 or 13664431. OLE color: 13664431.

HSL color Cylindrical-coordinate representation of color #AF80D0: hue angle of 275.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF80D0 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175128208-
CMYK0.160.3800.18
HSL275.25º45.98%65.88%-
HSV(B)275.25º38.46%81.57%-
XYZ36.7829.1163.35-
YUV151.17160.07145-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=34.25%
G=25.05%
B=40.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751282080.160.3800.18275.2545.9865.88
HexAF80D010260121132e42
Octal257200320204602242356102
Binary101011111000000011010000100001001100100101000100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80D0; }

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

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

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

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

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

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

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

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