#A514B0

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

Shades of Dark Violet #A514B0

Tints of Dark Violet #A514B0

Color information

#A514B0 (or 0xA514B0) is unknown color: approx Dark Violet. HEX triplet: A5, 14 and B0. RGB value is (165,20,176). Sum of RGB (Red+Green+Blue) = 165+20+176=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #A514B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514B0 is #5AEB4F. Grayscale: #505050. Windows color (decimal): -5958480 or 11539621. OLE color: 11539621.

HSL color Cylindrical-coordinate representation of color #A514B0: hue angle of 295.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A514B0 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16520176-
CMYK0.060.8900.31
HSL295.77º79.59%38.43%-
HSV(B)295.77º88.64%69.02%-
XYZ23.611.6342.08-
YUV81.14181.54187.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 20 (8.20% from 255) = 5.54%
BLUE value IS 176 (69.14% from 255) = 48.75%
R=45.71%
G=5.54%
B=48.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165201760.060.8900.31295.7779.5938.43
HexA514B065901F1285026
Octal24524260613103745012046
Binary10100101101001011000011010110010111111001010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A514B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A514B0; }

 p { color: rgb(165,20,176); }

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

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

 a { background-color: rgb(165,20,176); }

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

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

 span { border-color: rgb(165,20,176); }

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