#AF77CD

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

Shades of East Side #AF77CD

Tints of East Side #AF77CD

Color information

#AF77CD (or 0xAF77CD) is unknown color: approx East Side. HEX triplet: AF, 77 and CD. RGB value is (175,119,205). Sum of RGB (Red+Green+Blue) = 175+119+205=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77CD is #508832. Grayscale: #919191. Windows color (decimal): -5277747 or 13465519. OLE color: 13465519.

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

Color convert

RGB175119205-
CMYK0.150.4200.20
HSL279.07º46.24%63.53%-
HSV(B)279.07º41.95%80.39%-
XYZ35.326.7261.05-
YUV145.55161.55149.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 119 (46.88% from 255) = 23.85%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=35.07%
G=23.85%
B=41.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751192050.150.4200.20279.0746.2463.53
HexAF77CDF2A0141172e40
Octal257167315175202442756100
Binary1010111111101111100110111111010100101001000101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77CD; }

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

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

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

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

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

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

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

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