#A85AAD

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

Shades of Violet Blue #A85AAD

Tints of Violet Blue #A85AAD

Color information

#A85AAD (or 0xA85AAD) is unknown color: approx Violet Blue. HEX triplet: A8, 5A and AD. RGB value is (168,90,173). Sum of RGB (Red+Green+Blue) = 168+90+173=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #A85AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85AAD is #57A552. Grayscale: #7A7A7A. Windows color (decimal): -5743955 or 11360936. OLE color: 11360936.

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

Color convert

RGB16890173-
CMYK0.030.4800.32
HSL296.39º33.6%51.57%-
HSV(B)296.39º47.98%67.84%-
XYZ27.3518.6541.69-
YUV122.78156.34160.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=38.98%
G=20.88%
B=40.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168901730.030.4800.32296.3933.651.57
HexA85AAD3300201282234
Octal2501322553600404504264
Binary10101000101101010101101111100000100000100101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85AAD; }

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

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

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

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

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

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

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

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