#AF8ABA

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

Shades of East Side #AF8ABA

Tints of East Side #AF8ABA

Color information

#AF8ABA (or 0xAF8ABA) is unknown color: approx East Side. HEX triplet: AF, 8A and BA. RGB value is (175,138,186). Sum of RGB (Red+Green+Blue) = 175+138+186=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF8ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ABA is #507545. Grayscale: #9A9A9A. Windows color (decimal): -5272902 or 12225199. OLE color: 12225199.

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

Color convert

RGB175138186-
CMYK0.060.2600.27
HSL286.25º25.81%63.53%-
HSV(B)286.25º25.81%72.94%-
XYZ35.6330.8450.53-
YUV154.54145.76142.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=35.07%
G=27.66%
B=37.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751381860.060.2600.27286.2525.8163.53
HexAF8ABA61A01B11e1a40
Octal25721227263203343632100
Binary10101111100010101011101011011010011011100011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8ABA; }

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

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

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

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

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

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

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

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