Html Css Color HEX #A40DDA Dark Violet

📋 copy color: '#A40DDA'

red 164 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #A40DDA

Tints of Dark Violet #A40DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 41.52%
G = 3.29%
B = 55.19%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A40DDA (or 0xA40DDA) is known color: Dark Violet. HEX triplet: A4, 0D and DA. RGB value is (164,13,218). Sum of RGB (Red+Green+Blue) = 164+13+218=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #A40DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DDA is #5BF225. Grayscale: #505050. Windows color (decimal): -6025766 or 14290340. OLE color: 14290340.

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

Color convert

RGB 164 13 218 -
CMYK 0.25 0.94 0 0.15
HSL 284.2º 0.89% 0.45% -
HSV(B) 284.2º 0.94% 0.85% -
XYZ 28.11 13.24 67.4 -
YUV 81.52 205.03 186.83 -
System Red Green Blue C M Y K H S L
Decimal 164 13 218 0.25 0.94 0 0.15 284.2 0.89 0.45
Hex A4 D DA 19 5E 0 F 11C 59 2D
Octal 244 15 332 31 136 0 17 434 131 55
Binary 10100100 1101 11011010 11001 1011110 0 1111 100011100 1011001 101101

Color Harmonies of #A40DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DDA

Black with #A40DDA

Text Example


Text Example

White with #A40DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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