Html Css Color HEX #A411BA Dark Violet

📋 copy color: '#A411BA'

red 164 ◦ green 17 ◦ blue 186

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

Shades of Dark Violet #A411BA

Tints of Dark Violet #A411BA

RGB

 RED value IS 164 (64.45% from 255) = 44.69%

 GREEN value IS 17 (7.03% from 255) = 4.63%

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

R = 44.69%
G = 4.63%
B = 50.68%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A411BA (or 0xA411BA) is known color: Dark Violet. HEX triplet: A4, 11 and BA. RGB value is (164,17,186). Sum of RGB (Red+Green+Blue) = 164+17+186=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #A411BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411BA is #5BEE45. Grayscale: #4F4F4F. Windows color (decimal): -6024774 or 12194212. OLE color: 12194212.

HSL color Cylindrical-coordinate representation of color #A411BA: hue angle of 292.19º degrees, saturation: 0.83, 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 #A411BA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 17 186 -
CMYK 0.12 0.91 0 0.27
HSL 292.19º 0.83% 0.4% -
HSV(B) 292.19º 0.91% 0.73% -
XYZ 24.37 11.84 47.45 -
YUV 80.22 187.7 187.76 -
System Red Green Blue C M Y K H S L
Decimal 164 17 186 0.12 0.91 0 0.27 292.19 0.83 0.4
Hex A4 11 BA C 5B 0 1B 124 53 28
Octal 244 21 272 14 133 0 33 444 123 50
Binary 10100100 10001 10111010 1100 1011011 0 11011 100100100 1010011 101000

Color Harmonies of #A411BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A411BA

Black with #A411BA

Text Example


Text Example

White with #A411BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A411BA; }

 p { color: rgb(164,17,186); }

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

background-color css

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

 a { background-color: rgb(164,17,186); }

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

border-color css

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

 span { border-color: rgb(164,17,186); }

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