#AF78D1

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

Shades of East Side #AF78D1

Tints of East Side #AF78D1

Color information

#AF78D1 (or 0xAF78D1) is unknown color: approx East Side. HEX triplet: AF, 78 and D1. RGB value is (175,120,209). Sum of RGB (Red+Green+Blue) = 175+120+209=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78D1 is #50872E. Grayscale: #929292. Windows color (decimal): -5277487 or 13727919. OLE color: 13727919.

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

Color convert

RGB175120209-
CMYK0.160.4300.18
HSL277.08º49.17%64.51%-
HSV(B)277.08º42.58%81.96%-
XYZ35.927.1563.67-
YUV146.59163.22148.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 209 (82.03% from 255) = 41.47%
R=34.72%
G=23.81%
B=41.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751202090.160.4300.18277.0849.1764.51
HexAF78D1102B0121153141
Octal257170321205302242561101
Binary10101111111100011010001100001010110100101000101011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78D1; }

 p { color: rgb(175,120,209); }

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

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

 a { background-color: rgb(175,120,209); }

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

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

 span { border-color: rgb(175,120,209); }

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