Html Css Color HEX #A912BA Dark Violet

📋 copy color: '#A912BA'

red 169 ◦ green 18 ◦ blue 186

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

Shades of Dark Violet #A912BA

Tints of Dark Violet #A912BA

RGB

 RED value IS 169 (66.41% from 255) = 45.31%

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

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

R = 45.31%
G = 4.83%
B = 49.87%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A912BA (or 0xA912BA) is known color: Dark Violet. HEX triplet: A9, 12 and BA. RGB value is (169,18,186). Sum of RGB (Red+Green+Blue) = 169+18+186=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A912BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912BA is #56ED45. Grayscale: #515151. Windows color (decimal): -5696838 or 12194473. OLE color: 12194473.

HSL color Cylindrical-coordinate representation of color #A912BA: hue angle of 293.93º 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 #A912BA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 18 186 -
CMYK 0.09 0.90 0 0.27
HSL 293.93º 0.82% 0.4% -
HSV(B) 293.93º 0.9% 0.73% -
XYZ 25.44 12.41 47.51 -
YUV 82.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 169 18 186 0.09 0.90 0 0.27 293.93 0.82 0.4
Hex A9 12 BA 9 5A 0 1B 126 52 28
Octal 251 22 272 11 132 0 33 446 122 50
Binary 10101001 10010 10111010 1001 1011010 0 11011 100100110 1010010 101000

Color Harmonies of #A912BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A912BA

Black with #A912BA

Text Example


Text Example

White with #A912BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A912BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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