Html Css Color HEX #A40DBF Dark Violet

📋 copy color: '#A40DBF'

red 164 ◦ green 13 ◦ blue 191

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

Shades of Dark Violet #A40DBF

Tints of Dark Violet #A40DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.53%

 BLUE value IS 191 (75% from 255) = 51.9%

R = 44.57%
G = 3.53%
B = 51.9%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A40DBF (or 0xA40DBF) is known color: Dark Violet. HEX triplet: A4, 0D and BF. RGB value is (164,13,191). Sum of RGB (Red+Green+Blue) = 164+13+191=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #A40DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DBF is #5BF240. Grayscale: #4D4D4D. Windows color (decimal): -6025793 or 12520868. OLE color: 12520868.

HSL color Cylindrical-coordinate representation of color #A40DBF: hue angle of 290.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DBF is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 13 191 -
CMYK 0.14 0.93 0 0.25
HSL 290.9º 0.87% 0.4% -
HSV(B) 290.9º 0.93% 0.75% -
XYZ 24.86 11.94 50.29 -
YUV 78.44 191.53 189.03 -
System Red Green Blue C M Y K H S L
Decimal 164 13 191 0.14 0.93 0 0.25 290.9 0.87 0.4
Hex A4 D BF E 5D 0 19 123 57 28
Octal 244 15 277 16 135 0 31 443 127 50
Binary 10100100 1101 10111111 1110 1011101 0 11001 100100011 1010111 101000

Color Harmonies of #A40DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DBF

Black with #A40DBF

Text Example


Text Example

White with #A40DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DBF; }

 p { color: rgb(164,13,191); }

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

background-color css

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

 a { background-color: rgb(164,13,191); }

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

border-color css

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

 span { border-color: rgb(164,13,191); }

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