Html Css Color HEX #A413DA Dark Violet

📋 copy color: '#A413DA'

red 164 ◦ green 19 ◦ blue 218

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

Shades of Dark Violet #A413DA

Tints of Dark Violet #A413DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.74%

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

R = 40.9%
G = 4.74%
B = 54.36%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A413DA (or 0xA413DA) is known color: Dark Violet. HEX triplet: A4, 13 and DA. RGB value is (164,19,218). Sum of RGB (Red+Green+Blue) = 164+19+218=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #A413DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413DA is #5BEC25. Grayscale: #545454. Windows color (decimal): -6024230 or 14291876. OLE color: 14291876.

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

Color convert

RGB 164 19 218 -
CMYK 0.25 0.91 0 0.15
HSL 283.72º 0.84% 0.46% -
HSV(B) 283.72º 0.91% 0.85% -
XYZ 28.2 13.42 67.43 -
YUV 85.04 203.04 184.32 -
System Red Green Blue C M Y K H S L
Decimal 164 19 218 0.25 0.91 0 0.15 283.72 0.84 0.46
Hex A4 13 DA 19 5B 0 F 11C 54 2E
Octal 244 23 332 31 133 0 17 434 124 56
Binary 10100100 10011 11011010 11001 1011011 0 1111 100011100 1010100 101110

Color Harmonies of #A413DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413DA

Black with #A413DA

Text Example


Text Example

White with #A413DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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