#AF9ABA

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

Shades of East Side #AF9ABA

Tints of East Side #AF9ABA

Color information

#AF9ABA (or 0xAF9ABA) is unknown color: approx East Side. HEX triplet: AF, 9A and BA. RGB value is (175,154,186). Sum of RGB (Red+Green+Blue) = 175+154+186=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ABA is #506545. Grayscale: #A3A3A3. Windows color (decimal): -5268806 or 12229295. OLE color: 12229295.

HSL color Cylindrical-coordinate representation of color #AF9ABA: hue angle of 279.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9ABA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175154186-
CMYK0.060.1700.27
HSL279.38º18.82%66.67%-
HSV(B)279.38º17.2%72.94%-
XYZ38.135.7751.35-
YUV163.93140.46135.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=33.98%
G=29.90%
B=36.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751541860.060.1700.27279.3818.8266.67
HexAF9ABA61101B1171343
Octal25723227262103342723103
Binary10101111100110101011101011010001011011100010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9ABA; }

 p { color: rgb(175,154,186); }

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

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

 a { background-color: rgb(175,154,186); }

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

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

 span { border-color: rgb(175,154,186); }

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