#AF79CB

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

Shades of East Side #AF79CB

Tints of East Side #AF79CB

Color information

#AF79CB (or 0xAF79CB) is unknown color: approx East Side. HEX triplet: AF, 79 and CB. RGB value is (175,121,203). Sum of RGB (Red+Green+Blue) = 175+121+203=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF79CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79CB is #508634. Grayscale: #929292. Windows color (decimal): -5277237 or 13334959. OLE color: 13334959.

HSL color Cylindrical-coordinate representation of color #AF79CB: hue angle of 279.51º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF79CB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175121203-
CMYK0.140.4000.20
HSL279.51º44.09%63.53%-
HSV(B)279.51º40.39%79.61%-
XYZ35.327.159.87-
YUV146.49159.89148.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=35.07%
G=24.25%
B=40.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751212030.140.4000.20279.5144.0963.53
HexAF79CBE280141182c40
Octal257171313165002443054100
Binary1010111111110011100101111101010000101001000110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79CB; }

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

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

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

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

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

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

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

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