Html Css Color HEX #A913BA Dark Violet

📋 copy color: '#A913BA'

red 169 ◦ green 19 ◦ blue 186

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

Shades of Dark Violet #A913BA

Tints of Dark Violet #A913BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.08%

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

R = 45.19%
G = 5.08%
B = 49.73%

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

#A913BA (or 0xA913BA) is known color: Dark Violet. HEX triplet: A9, 13 and BA. RGB value is (169,19,186). Sum of RGB (Red+Green+Blue) = 169+19+186=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #A913BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913BA is #56EC45. Grayscale: #525252. Windows color (decimal): -5696582 or 12194729. OLE color: 12194729.

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

Color convert

RGB 169 19 186 -
CMYK 0.09 0.90 0 0.27
HSL 293.89º 0.81% 0.4% -
HSV(B) 293.89º 0.9% 0.73% -
XYZ 25.46 12.45 47.51 -
YUV 82.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 169 19 186 0.09 0.90 0 0.27 293.89 0.81 0.4
Hex A9 13 BA 9 5A 0 1B 126 51 28
Octal 251 23 272 11 132 0 33 446 121 50
Binary 10101001 10011 10111010 1001 1011010 0 11011 100100110 1010001 101000

Color Harmonies of #A913BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A913BA

Black with #A913BA

Text Example


Text Example

White with #A913BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A913BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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