#A85CAE

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

Shades of Violet Blue #A85CAE

Tints of Violet Blue #A85CAE

Color information

#A85CAE (or 0xA85CAE) is unknown color: approx Violet Blue. HEX triplet: A8, 5C and AE. RGB value is (168,92,174). Sum of RGB (Red+Green+Blue) = 168+92+174=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A85CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85CAE is #57A351. Grayscale: #7B7B7B. Windows color (decimal): -5743442 or 11426984. OLE color: 11426984.

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

Color convert

RGB16892174-
CMYK0.030.4700.32
HSL295.61º33.61%52.16%-
HSV(B)295.61º47.13%68.24%-
XYZ27.6219.0442.26-
YUV124.07156.18159.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 92 (36.33% from 255) = 21.20%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=38.71%
G=21.20%
B=40.09%

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
Decimal168921740.030.4700.32295.6133.6152.16
HexA85CAE32F0201282234
Octal2501342563570404504264
Binary10101000101110010101110111011110100000100101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CAE; }

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

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

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

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

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

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

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

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