Html Css Color HEX #A411BD Dark Violet

📋 copy color: '#A411BD'

red 164 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #A411BD

Tints of Dark Violet #A411BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 44.32%
G = 4.59%
B = 51.08%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A411BD (or 0xA411BD) is known color: Dark Violet. HEX triplet: A4, 11 and BD. RGB value is (164,17,189). Sum of RGB (Red+Green+Blue) = 164+17+189=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #A411BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411BD is #5BEE42. Grayscale: #505050. Windows color (decimal): -6024771 or 12390820. OLE color: 12390820.

HSL color Cylindrical-coordinate representation of color #A411BD: hue angle of 291.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A411BD is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 17 189 -
CMYK 0.13 0.91 0 0.26
HSL 291.28º 0.83% 0.4% -
HSV(B) 291.28º 0.91% 0.74% -
XYZ 24.7 11.97 49.15 -
YUV 80.56 189.2 187.51 -
System Red Green Blue C M Y K H S L
Decimal 164 17 189 0.13 0.91 0 0.26 291.28 0.83 0.4
Hex A4 11 BD D 5B 0 1A 123 53 28
Octal 244 21 275 15 133 0 32 443 123 50
Binary 10100100 10001 10111101 1101 1011011 0 11010 100100011 1010011 101000

Color Harmonies of #A411BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A411BD

Black with #A411BD

Text Example


Text Example

White with #A411BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A411BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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