#AF79D2

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

Shades of East Side #AF79D2

Tints of East Side #AF79D2

Color information

#AF79D2 (or 0xAF79D2) is unknown color: approx East Side. HEX triplet: AF, 79 and D2. RGB value is (175,121,210). Sum of RGB (Red+Green+Blue) = 175+121+210=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF79D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79D2 is #50862D. Grayscale: #929292. Windows color (decimal): -5277230 or 13793711. OLE color: 13793711.

HSL color Cylindrical-coordinate representation of color #AF79D2: hue angle of 276.4º degrees, saturation: 0.5, 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 #AF79D2 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175121210-
CMYK0.170.4200.18
HSL276.4º49.72%64.9%-
HSV(B)276.4º42.38%82.35%-
XYZ36.1527.4464.36-
YUV147.29163.39147.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 210 (82.42% from 255) = 41.50%
R=34.58%
G=23.91%
B=41.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751212100.170.4200.18276.449.7264.9
HexAF79D2112A0121143241
Octal257171322215202242462101
Binary10101111111100111010010100011010100100101000101001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79D2; }

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

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

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

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

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

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

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

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