Html Css Color HEX #A010BA Dark Violet

📋 copy color: '#A010BA'

red 160 ◦ green 16 ◦ blue 186

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

Shades of Dark Violet #A010BA

Tints of Dark Violet #A010BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.42%

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

R = 44.2%
G = 4.42%
B = 51.38%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A010BA (or 0xA010BA) is known color: Dark Violet. HEX triplet: A0, 10 and BA. RGB value is (160,16,186). Sum of RGB (Red+Green+Blue) = 160+16+186=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #A010BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010BA is #5FEF45. Grayscale: #4D4D4D. Windows color (decimal): -6287174 or 12193952. OLE color: 12193952.

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

Color convert

RGB 160 16 186 -
CMYK 0.14 0.91 0 0.27
HSL 290.82º 0.84% 0.4% -
HSV(B) 290.82º 0.91% 0.73% -
XYZ 23.55 11.39 47.41 -
YUV 78.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 160 16 186 0.14 0.91 0 0.27 290.82 0.84 0.4
Hex A0 10 BA E 5B 0 1B 123 54 28
Octal 240 20 272 16 133 0 33 443 124 50
Binary 10100000 10000 10111010 1110 1011011 0 11011 100100011 1010100 101000

Color Harmonies of #A010BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010BA

Black with #A010BA

Text Example


Text Example

White with #A010BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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