#AD6FBA

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

Shades of East Side #AD6FBA

Tints of East Side #AD6FBA

Color information

#AD6FBA (or 0xAD6FBA) is unknown color: approx East Side. HEX triplet: AD, 6F and BA. RGB value is (173,111,186). Sum of RGB (Red+Green+Blue) = 173+111+186=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FBA is #529045. Grayscale: #898989. Windows color (decimal): -5410886 or 12218285. OLE color: 12218285.

HSL color Cylindrical-coordinate representation of color #AD6FBA: hue angle of 289.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6FBA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173111186-
CMYK0.070.4000.27
HSL289.6º35.21%58.24%-
HSV(B)289.6º40.32%72.94%-
XYZ31.7823.849.37-
YUV138.09155.04152.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=36.81%
G=23.62%
B=39.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731111860.070.4000.27289.635.2158.24
HexAD6FBA72801B122233a
Octal2551572727500334424372
Binary10101101110111110111010111101000011011100100010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6FBA; }

 p { color: rgb(173,111,186); }

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

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

 a { background-color: rgb(173,111,186); }

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

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

 span { border-color: rgb(173,111,186); }

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