Html Css Color HEX #A411C2 Dark Violet

📋 copy color: '#A411C2'

red 164 ◦ green 17 ◦ blue 194

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

Shades of Dark Violet #A411C2

Tints of Dark Violet #A411C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.73%

R = 43.73%
G = 4.53%
B = 51.73%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A411C2 (or 0xA411C2) is known color: Dark Violet. HEX triplet: A4, 11 and C2. RGB value is (164,17,194). Sum of RGB (Red+Green+Blue) = 164+17+194=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #A411C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411C2 is #5BEE3D. Grayscale: #505050. Windows color (decimal): -6024766 or 12718500. OLE color: 12718500.

HSL color Cylindrical-coordinate representation of color #A411C2: hue angle of 289.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A411C2 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 17 194 -
CMYK 0.15 0.91 0 0.24
HSL 289.83º 0.84% 0.41% -
HSV(B) 289.83º 0.91% 0.76% -
XYZ 25.25 12.19 52.06 -
YUV 81.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 164 17 194 0.15 0.91 0 0.24 289.83 0.84 0.41
Hex A4 11 C2 F 5B 0 18 122 54 29
Octal 244 21 302 17 133 0 30 442 124 51
Binary 10100100 10001 11000010 1111 1011011 0 11000 100100010 1010100 101001

Color Harmonies of #A411C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A411C2

Black with #A411C2

Text Example


Text Example

White with #A411C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A411C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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