#AF78CD

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

Shades of East Side #AF78CD

Tints of East Side #AF78CD

Color information

#AF78CD (or 0xAF78CD) is unknown color: approx East Side. HEX triplet: AF, 78 and CD. RGB value is (175,120,205). Sum of RGB (Red+Green+Blue) = 175+120+205=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF78CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78CD is #508732. Grayscale: #919191. Windows color (decimal): -5277491 or 13465775. OLE color: 13465775.

HSL color Cylindrical-coordinate representation of color #AF78CD: hue angle of 278.82º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF78CD is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175120205-
CMYK0.150.4100.20
HSL278.82º45.95%63.73%-
HSV(B)278.82º41.46%80.39%-
XYZ35.4226.9561.09-
YUV146.14161.22148.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 120 (47.27% from 255) = 24%
BLUE value IS 205 (80.47% from 255) = 41%
R=35%
G=24%
B=41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751202050.150.4100.20278.8245.9563.73
HexAF78CDF290141172e40
Octal257170315175102442756100
Binary1010111111110001100110111111010010101001000101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78CD; }

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

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

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

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

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

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

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

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