#A85FAA

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

Shades of Violet Blue #A85FAA

Tints of Violet Blue #A85FAA

Color information

#A85FAA (or 0xA85FAA) is unknown color: approx Violet Blue. HEX triplet: A8, 5F and AA. RGB value is (168,95,170). Sum of RGB (Red+Green+Blue) = 168+95+170=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #A85FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85FAA is #57A055. Grayscale: #7D7D7D. Windows color (decimal): -5742678 or 11165608. OLE color: 11165608.

HSL color Cylindrical-coordinate representation of color #A85FAA: hue angle of 298.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A85FAA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16895170-
CMYK0.010.4400.33
HSL298.4º30.61%51.96%-
HSV(B)298.4º44.12%66.67%-
XYZ27.519.4140.33-
YUV125.38153.18158.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=38.80%
G=21.94%
B=39.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168951700.010.4400.33298.430.6151.96
HexA85FAA12C02112a1f34
Octal2501372521540414523764
Binary101010001011111101010101101100010000110010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FAA; }

 p { color: rgb(168,95,170); }

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

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

 a { background-color: rgb(168,95,170); }

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

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

 span { border-color: rgb(168,95,170); }

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