#A85EAD

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

Shades of Violet Blue #A85EAD

Tints of Violet Blue #A85EAD

Color information

#A85EAD (or 0xA85EAD) is unknown color: approx Violet Blue. HEX triplet: A8, 5E and AD. RGB value is (168,94,173). Sum of RGB (Red+Green+Blue) = 168+94+173=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #A85EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85EAD is #57A152. Grayscale: #7C7C7C. Windows color (decimal): -5742931 or 11361960. OLE color: 11361960.

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

Color convert

RGB16894173-
CMYK0.030.4600.32
HSL296.2º32.51%52.35%-
HSV(B)296.2º45.66%67.84%-
XYZ27.6919.3541.81-
YUV125.13155.02158.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=38.62%
G=21.61%
B=39.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168941730.030.4600.32296.232.5152.35
HexA85EAD32E0201282134
Octal2501362553560404504164
Binary10101000101111010101101111011100100000100101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85EAD; }

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

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

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

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

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

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

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

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