Html Css Color HEX #A40DDB Dark Violet

📋 copy color: '#A40DDB'

red 164 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #A40DDB

Tints of Dark Violet #A40DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 41.41%
G = 3.28%
B = 55.3%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A40DDB (or 0xA40DDB) is known color: Dark Violet. HEX triplet: A4, 0D and DB. RGB value is (164,13,219). Sum of RGB (Red+Green+Blue) = 164+13+219=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #A40DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DDB is #5BF224. Grayscale: #505050. Windows color (decimal): -6025765 or 14355876. OLE color: 14355876.

HSL color Cylindrical-coordinate representation of color #A40DDB: hue angle of 283.98º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40DDB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 13 219 -
CMYK 0.25 0.94 0 0.14
HSL 283.98º 0.89% 0.45% -
HSV(B) 283.98º 0.94% 0.86% -
XYZ 28.24 13.29 68.1 -
YUV 81.63 205.53 186.75 -
System Red Green Blue C M Y K H S L
Decimal 164 13 219 0.25 0.94 0 0.14 283.98 0.89 0.45
Hex A4 D DB 19 5E 0 E 11C 59 2D
Octal 244 15 333 31 136 0 16 434 131 55
Binary 10100100 1101 11011011 11001 1011110 0 1110 100011100 1011001 101101

Color Harmonies of #A40DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DDB

Black with #A40DDB

Text Example


Text Example

White with #A40DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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