Html Css Color HEX #A413DD Dark Violet

📋 copy color: '#A413DD'

red 164 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #A413DD

Tints of Dark Violet #A413DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 40.59%
G = 4.7%
B = 54.7%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A413DD (or 0xA413DD) is known color: Dark Violet. HEX triplet: A4, 13 and DD. RGB value is (164,19,221). Sum of RGB (Red+Green+Blue) = 164+19+221=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #A413DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413DD is #5BEC22. Grayscale: #545454. Windows color (decimal): -6024227 or 14488484. OLE color: 14488484.

HSL color Cylindrical-coordinate representation of color #A413DD: hue angle of 283.07º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A413DD is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 19 221 -
CMYK 0.26 0.91 0 0.13
HSL 283.07º 0.84% 0.47% -
HSV(B) 283.07º 0.91% 0.87% -
XYZ 28.59 13.58 69.52 -
YUV 85.38 204.54 184.07 -
System Red Green Blue C M Y K H S L
Decimal 164 19 221 0.26 0.91 0 0.13 283.07 0.84 0.47
Hex A4 13 DD 1A 5B 0 D 11B 54 2F
Octal 244 23 335 32 133 0 15 433 124 57
Binary 10100100 10011 11011101 11010 1011011 0 1101 100011011 1010100 101111

Color Harmonies of #A413DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413DD

Black with #A413DD

Text Example


Text Example

White with #A413DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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