Html Css Color HEX #A40DB4 Dark Violet

📋 copy color: '#A40DB4'

red 164 ◦ green 13 ◦ blue 180

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

Shades of Dark Violet #A40DB4

Tints of Dark Violet #A40DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.42%

R = 45.94%
G = 3.64%
B = 50.42%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A40DB4 (or 0xA40DB4) is known color: Dark Violet. HEX triplet: A4, 0D and B4. RGB value is (164,13,180). Sum of RGB (Red+Green+Blue) = 164+13+180=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #A40DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DB4 is #5BF24B. Grayscale: #4C4C4C. Windows color (decimal): -6025804 or 11799972. OLE color: 11799972.

HSL color Cylindrical-coordinate representation of color #A40DB4: hue angle of 294.25º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DB4 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 13 180 -
CMYK 0.09 0.93 0 0.29
HSL 294.25º 0.87% 0.38% -
HSV(B) 294.25º 0.93% 0.71% -
XYZ 23.69 11.48 44.15 -
YUV 77.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 164 13 180 0.09 0.93 0 0.29 294.25 0.87 0.38
Hex A4 D B4 9 5D 0 1D 126 57 26
Octal 244 15 264 11 135 0 35 446 127 46
Binary 10100100 1101 10110100 1001 1011101 0 11101 100100110 1010111 100110

Color Harmonies of #A40DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DB4

Black with #A40DB4

Text Example


Text Example

White with #A40DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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