Html Css Color HEX #A015BA Dark Violet

📋 copy color: '#A015BA'

red 160 ◦ green 21 ◦ blue 186

#A015BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A015BA

Tints of Dark Violet #A015BA

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

 GREEN value IS 21 (8.59% from 255) = 5.72%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 43.6%
G = 5.72%
B = 50.68%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A015BA (or 0xA015BA) is known color: Dark Violet. HEX triplet: A0, 15 and BA. RGB value is (160,21,186). Sum of RGB (Red+Green+Blue) = 160+21+186=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #A015BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015BA is #5FEA45. Grayscale: #505050. Windows color (decimal): -6285894 or 12195232. OLE color: 12195232.

HSL color Cylindrical-coordinate representation of color #A015BA: hue angle of 290.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015BA is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 21 186 -
CMYK 0.14 0.89 0 0.27
HSL 290.55º 0.8% 0.41% -
HSV(B) 290.55º 0.89% 0.73% -
XYZ 23.63 11.56 47.44 -
YUV 81.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 160 21 186 0.14 0.89 0 0.27 290.55 0.8 0.41
Hex A0 15 BA E 59 0 1B 123 50 29
Octal 240 25 272 16 131 0 33 443 120 51
Binary 10100000 10101 10111010 1110 1011001 0 11011 100100011 1010000 101001

Color Harmonies of #A015BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015BA

Black with #A015BA

Text Example


Text Example

White with #A015BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015BA; }

 p { color: rgb(160,21,186); }

 H1.HeaderClassName
 {
   color: #A015BA;
 }
 .AnyTagClassName
 {
   color: #A015BA;
 }
</style>

background-color css

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

 a { background-color: rgb(160,21,186); }

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

border-color css

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

 span { border-color: rgb(160,21,186); }

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