#AF79CD

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

Shades of East Side #AF79CD

Tints of East Side #AF79CD

Color information

#AF79CD (or 0xAF79CD) is unknown color: approx East Side. HEX triplet: AF, 79 and CD. RGB value is (175,121,205). Sum of RGB (Red+Green+Blue) = 175+121+205=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79CD is #508632. Grayscale: #929292. Windows color (decimal): -5277235 or 13466031. OLE color: 13466031.

HSL color Cylindrical-coordinate representation of color #AF79CD: hue angle of 278.57º 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 #AF79CD is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175121205-
CMYK0.150.4100.20
HSL278.57º45.65%63.92%-
HSV(B)278.57º40.98%80.39%-
XYZ35.5427.261.13-
YUV146.72160.89148.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 121 (47.66% from 255) = 24.15%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=34.93%
G=24.15%
B=40.92%

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
Decimal1751212050.150.4100.20278.5745.6563.92
HexAF79CDF290141172e40
Octal257171315175102442756100
Binary1010111111110011100110111111010010101001000101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79CD; }

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

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

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

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

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

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

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

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