Html Css Color HEX #A012BA Dark Violet

📋 copy color: '#A012BA'

red 160 ◦ green 18 ◦ blue 186

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

Shades of Dark Violet #A012BA

Tints of Dark Violet #A012BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

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

R = 43.96%
G = 4.95%
B = 51.1%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A012BA (or 0xA012BA) is known color: Dark Violet. HEX triplet: A0, 12 and BA. RGB value is (160,18,186). Sum of RGB (Red+Green+Blue) = 160+18+186=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #A012BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012BA is #5FED45. Grayscale: #4F4F4F. Windows color (decimal): -6286662 or 12194464. OLE color: 12194464.

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

Color convert

RGB 160 18 186 -
CMYK 0.14 0.90 0 0.27
HSL 290.71º 0.82% 0.4% -
HSV(B) 290.71º 0.9% 0.73% -
XYZ 23.58 11.45 47.42 -
YUV 79.61 188.04 185.34 -
System Red Green Blue C M Y K H S L
Decimal 160 18 186 0.14 0.90 0 0.27 290.71 0.82 0.4
Hex A0 12 BA E 5A 0 1B 123 52 28
Octal 240 22 272 16 132 0 33 443 122 50
Binary 10100000 10010 10111010 1110 1011010 0 11011 100100011 1010010 101000

Color Harmonies of #A012BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012BA

Black with #A012BA

Text Example


Text Example

White with #A012BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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