#A85CAD

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

Shades of Violet Blue #A85CAD

Tints of Violet Blue #A85CAD

Color information

#A85CAD (or 0xA85CAD) is unknown color: approx Violet Blue. HEX triplet: A8, 5C and AD. RGB value is (168,92,173). Sum of RGB (Red+Green+Blue) = 168+92+173=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #A85CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85CAD is #57A352. Grayscale: #7B7B7B. Windows color (decimal): -5743443 or 11361448. OLE color: 11361448.

HSL color Cylindrical-coordinate representation of color #A85CAD: hue angle of 296.3º 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 #A85CAD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16892173-
CMYK0.030.4700.32
HSL296.3º33.06%51.96%-
HSV(B)296.3º46.82%67.84%-
XYZ27.521941.75-
YUV123.96155.68159.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=38.80%
G=21.25%
B=39.95%

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
Decimal168921730.030.4700.32296.333.0651.96
HexA85CAD32F0201282134
Octal2501342553570404504164
Binary10101000101110010101101111011110100000100101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CAD; }

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

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

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

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

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

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

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

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