#AF96C0

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

Shades of East Side #AF96C0

Tints of East Side #AF96C0

Color information

#AF96C0 (or 0xAF96C0) is unknown color: approx East Side. HEX triplet: AF, 96 and C0. RGB value is (175,150,192). Sum of RGB (Red+Green+Blue) = 175+150+192=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF96C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96C0 is #50693F. Grayscale: #A2A2A2. Windows color (decimal): -5269824 or 12621487. OLE color: 12621487.

HSL color Cylindrical-coordinate representation of color #AF96C0: hue angle of 275.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF96C0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175150192-
CMYK0.090.2200.25
HSL275.71º25%67.06%-
HSV(B)275.71º21.88%75.29%-
XYZ38.134.7354.57-
YUV162.26144.78137.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 192 (75.39% from 255) = 37.14%
R=33.85%
G=29.01%
B=37.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751501920.090.2200.25275.712567.06
HexAF96C09160191141943
Octal257226300112603142431103
Binary101011111001011011000000100110110011001100010100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96C0; }

 p { color: rgb(175,150,192); }

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

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

 a { background-color: rgb(175,150,192); }

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

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

 span { border-color: rgb(175,150,192); }

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