Html Css Color HEX #A915BA Dark Violet

📋 copy color: '#A915BA'

red 169 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #A915BA

Tints of Dark Violet #A915BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.59%

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

R = 44.95%
G = 5.59%
B = 49.47%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A915BA (or 0xA915BA) is known color: Dark Violet. HEX triplet: A9, 15 and BA. RGB value is (169,21,186). Sum of RGB (Red+Green+Blue) = 169+21+186=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #A915BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915BA is #56EA45. Grayscale: #535353. Windows color (decimal): -5696070 or 12195241. OLE color: 12195241.

HSL color Cylindrical-coordinate representation of color #A915BA: hue angle of 293.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A915BA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 21 186 -
CMYK 0.09 0.89 0 0.27
HSL 293.82º 0.8% 0.41% -
HSV(B) 293.82º 0.89% 0.73% -
XYZ 25.49 12.52 47.53 -
YUV 84.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 169 21 186 0.09 0.89 0 0.27 293.82 0.8 0.41
Hex A9 15 BA 9 59 0 1B 126 50 29
Octal 251 25 272 11 131 0 33 446 120 51
Binary 10101001 10101 10111010 1001 1011001 0 11011 100100110 1010000 101001

Color Harmonies of #A915BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915BA

Black with #A915BA

Text Example


Text Example

White with #A915BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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