Html Css Color HEX #A413D0 Dark Violet

📋 copy color: '#A413D0'

red 164 ◦ green 19 ◦ blue 208

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

Shades of Dark Violet #A413D0

Tints of Dark Violet #A413D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.2%

R = 41.94%
G = 4.86%
B = 53.2%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A413D0 (or 0xA413D0) is known color: Dark Violet. HEX triplet: A4, 13 and D0. RGB value is (164,19,208). Sum of RGB (Red+Green+Blue) = 164+19+208=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #A413D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413D0 is #5BEC2F. Grayscale: #535353. Windows color (decimal): -6024240 or 13636516. OLE color: 13636516.

HSL color Cylindrical-coordinate representation of color #A413D0: hue angle of 286.03º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A413D0 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 19 208 -
CMYK 0.21 0.91 0 0.18
HSL 286.03º 0.83% 0.45% -
HSV(B) 286.03º 0.91% 0.82% -
XYZ 26.93 12.91 60.75 -
YUV 83.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 164 19 208 0.21 0.91 0 0.18 286.03 0.83 0.45
Hex A4 13 D0 15 5B 0 12 11E 53 2D
Octal 244 23 320 25 133 0 22 436 123 55
Binary 10100100 10011 11010000 10101 1011011 0 10010 100011110 1010011 101101

Color Harmonies of #A413D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413D0

Black with #A413D0

Text Example


Text Example

White with #A413D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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