Html Css Color HEX #A000BA Dark Violet

📋 copy color: '#A000BA'

red 160 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #A000BA

Tints of Dark Violet #A000BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.24%
G = 0%
B = 53.76%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A000BA (or 0xA000BA) is known color: Dark Violet. HEX triplet: A0, 00 and BA. RGB value is (160,0,186). Sum of RGB (Red+Green+Blue) = 160+0+186=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #A000BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000BA is #5FFF45. Grayscale: #444444. Windows color (decimal): -6291270 or 12189856. OLE color: 12189856.

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

Color convert

RGB 160 0 186 -
CMYK 0.14 1 0 0.27
HSL 291.61º 1% 0.36% -
HSV(B) 291.61º 1% 0.73% -
XYZ 23.36 11.02 47.35 -
YUV 69.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 160 0 186 0.14 1 0 0.27 291.61 1 0.36
Hex A0 0 BA E 64 0 1B 124 64 24
Octal 240 0 272 16 144 0 33 444 144 44
Binary 10100000 0 10111010 1110 1100100 0 11011 100100100 1100100 100100

Color Harmonies of #A000BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000BA

Black with #A000BA

Text Example


Text Example

White with #A000BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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