Html Css Color HEX #A411BC Dark Violet

📋 copy color: '#A411BC'

red 164 ◦ green 17 ◦ blue 188

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

Shades of Dark Violet #A411BC

Tints of Dark Violet #A411BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 44.44%
G = 4.61%
B = 50.95%

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

#A411BC (or 0xA411BC) is known color: Dark Violet. HEX triplet: A4, 11 and BC. RGB value is (164,17,188). Sum of RGB (Red+Green+Blue) = 164+17+188=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #A411BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411BC is #5BEE43. Grayscale: #4F4F4F. Windows color (decimal): -6024772 or 12325284. OLE color: 12325284.

HSL color Cylindrical-coordinate representation of color #A411BC: hue angle of 291.58º 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 #A411BC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 17 188 -
CMYK 0.13 0.91 0 0.26
HSL 291.58º 0.83% 0.4% -
HSV(B) 291.58º 0.91% 0.74% -
XYZ 24.59 11.92 48.58 -
YUV 80.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 164 17 188 0.13 0.91 0 0.26 291.58 0.83 0.4
Hex A4 11 BC D 5B 0 1A 124 53 28
Octal 244 21 274 15 133 0 32 444 123 50
Binary 10100100 10001 10111100 1101 1011011 0 11010 100100100 1010011 101000

Color Harmonies of #A411BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A411BC

Black with #A411BC

Text Example


Text Example

White with #A411BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A411BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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