#A85DB3

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

Shades of Violet Blue #A85DB3

Tints of Violet Blue #A85DB3

Color information

#A85DB3 (or 0xA85DB3) is unknown color: approx Violet Blue. HEX triplet: A8, 5D and B3. RGB value is (168,93,179). Sum of RGB (Red+Green+Blue) = 168+93+179=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #A85DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DB3 is #57A24C. Grayscale: #7C7C7C. Windows color (decimal): -5743181 or 11754920. OLE color: 11754920.

HSL color Cylindrical-coordinate representation of color #A85DB3: hue angle of 292.33º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85DB3 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16893179-
CMYK0.060.4800.30
HSL292.33º36.13%53.33%-
HSV(B)292.33º48.04%70.2%-
XYZ28.219.4144.91-
YUV125.23158.35158.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=38.18%
G=21.14%
B=40.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168931790.060.4800.30292.3336.1353.33
HexA85DB363001E1242435
Octal2501352636600364444465
Binary10101000101110110110011110110000011110100100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DB3; }

 p { color: rgb(168,93,179); }

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

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

 a { background-color: rgb(168,93,179); }

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

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

 span { border-color: rgb(168,93,179); }

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