#AF78CE

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

Shades of East Side #AF78CE

Tints of East Side #AF78CE

Color information

#AF78CE (or 0xAF78CE) is unknown color: approx East Side. HEX triplet: AF, 78 and CE. RGB value is (175,120,206). Sum of RGB (Red+Green+Blue) = 175+120+206=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF78CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78CE is #508731. Grayscale: #919191. Windows color (decimal): -5277490 or 13531311. OLE color: 13531311.

HSL color Cylindrical-coordinate representation of color #AF78CE: hue angle of 278.37º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF78CE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175120206-
CMYK0.150.4200.19
HSL278.37º46.74%63.92%-
HSV(B)278.37º41.75%80.78%-
XYZ35.542761.73-
YUV146.25161.72148.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=34.93%
G=23.95%
B=41.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751202060.150.4200.19278.3746.7463.92
HexAF78CEF2A0131162f40
Octal257170316175202342657100
Binary1010111111110001100111011111010100100111000101101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78CE; }

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

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

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

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

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

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

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

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