Html Css Color HEX #A413D8 Dark Violet

📋 copy color: '#A413D8'

red 164 ◦ green 19 ◦ blue 216

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

Shades of Dark Violet #A413D8

Tints of Dark Violet #A413D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.14%

R = 41.1%
G = 4.76%
B = 54.14%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A413D8 (or 0xA413D8) is known color: Dark Violet. HEX triplet: A4, 13 and D8. RGB value is (164,19,216). Sum of RGB (Red+Green+Blue) = 164+19+216=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #A413D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413D8 is #5BEC27. Grayscale: #545454. Windows color (decimal): -6024232 or 14160804. OLE color: 14160804.

HSL color Cylindrical-coordinate representation of color #A413D8: hue angle of 284.16º 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 #A413D8 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 19 216 -
CMYK 0.24 0.91 0 0.15
HSL 284.16º 0.84% 0.46% -
HSV(B) 284.16º 0.91% 0.85% -
XYZ 27.94 13.32 66.06 -
YUV 84.81 202.04 184.48 -
System Red Green Blue C M Y K H S L
Decimal 164 19 216 0.24 0.91 0 0.15 284.16 0.84 0.46
Hex A4 13 D8 18 5B 0 F 11C 54 2E
Octal 244 23 330 30 133 0 17 434 124 56
Binary 10100100 10011 11011000 11000 1011011 0 1111 100011100 1010100 101110

Color Harmonies of #A413D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413D8

Black with #A413D8

Text Example


Text Example

White with #A413D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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