#A005BF

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

Shades of Dark Violet #A005BF

Tints of Dark Violet #A005BF

Color information

#A005BF (or 0xA005BF) is unknown color: approx Dark Violet. HEX triplet: A0, 05 and BF. RGB value is (160,5,191). Sum of RGB (Red+Green+Blue) = 160+5+191=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #A005BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005BF is #5FFA40. Grayscale: #474747. Windows color (decimal): -6289985 or 12518816. OLE color: 12518816.

HSL color Cylindrical-coordinate representation of color #A005BF: hue angle of 290º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005BF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1605191-
CMYK0.160.9700.25
HSL290º94.9%38.43%-
HSV(B)290º97.38%74.9%-
XYZ23.9611.3450.22-
YUV72.55194.85190.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 191 (75% from 255) = 53.65%
R=44.94%
G=1.40%
B=53.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16051910.160.9700.2529094.938.43
HexA05BF10610191225f26
Octal24052772014103144213746
Binary10100000101101111111000011000010110011001000101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A005BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A005BF; }

 p { color: rgb(160,5,191); }

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

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

 a { background-color: rgb(160,5,191); }

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

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

 span { border-color: rgb(160,5,191); }

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