#AF79D0

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

Shades of East Side #AF79D0

Tints of East Side #AF79D0

Color information

#AF79D0 (or 0xAF79D0) is unknown color: approx East Side. HEX triplet: AF, 79 and D0. RGB value is (175,121,208). Sum of RGB (Red+Green+Blue) = 175+121+208=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79D0 is #50862F. Grayscale: #929292. Windows color (decimal): -5277232 or 13662639. OLE color: 13662639.

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

Color convert

RGB175121208-
CMYK0.160.4200.18
HSL277.24º48.07%64.51%-
HSV(B)277.24º41.83%81.57%-
XYZ35.927.3463.06-
YUV147.06162.39147.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=34.72%
G=24.01%
B=41.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751212080.160.4200.18277.2448.0764.51
HexAF79D0102A0121153041
Octal257171320205202242560101
Binary10101111111100111010000100001010100100101000101011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79D0; }

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

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

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

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

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

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

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

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