#A85BAD

Color #A85BAD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A85BAD

Tints of Violet Blue #A85BAD

Color information

#A85BAD (or 0xA85BAD) is unknown color: approx Violet Blue. HEX triplet: A8, 5B and AD. RGB value is (168,91,173). Sum of RGB (Red+Green+Blue) = 168+91+173=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A85BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85BAD is #57A452. Grayscale: #7B7B7B. Windows color (decimal): -5743699 or 11361192. OLE color: 11361192.

HSL color Cylindrical-coordinate representation of color #A85BAD: hue angle of 296.34º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85BAD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16891173-
CMYK0.030.4700.32
HSL296.34º33.33%51.76%-
HSV(B)296.34º47.4%67.84%-
XYZ27.4318.8241.72-
YUV123.37156.01159.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 91 (35.94% from 255) = 21.06%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=38.89%
G=21.06%
B=40.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168911730.030.4700.32296.3433.3351.76
HexA85BAD32F0201282134
Octal2501332553570404504164
Binary10101000101101110101101111011110100000100101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BAD; }

 p { color: rgb(168,91,173); }

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

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

 a { background-color: rgb(168,91,173); }

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

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

 span { border-color: rgb(168,91,173); }

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