Html Css Color HEX #A413C0 Dark Violet

📋 copy color: '#A413C0'

red 164 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #A413C0

Tints of Dark Violet #A413C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 43.73%
G = 5.07%
B = 51.2%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A413C0 (or 0xA413C0) is known color: Dark Violet. HEX triplet: A4, 13 and C0. RGB value is (164,19,192). Sum of RGB (Red+Green+Blue) = 164+19+192=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #A413C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413C0 is #5BEC3F. Grayscale: #515151. Windows color (decimal): -6024256 or 12587940. OLE color: 12587940.

HSL color Cylindrical-coordinate representation of color #A413C0: hue angle of 290.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A413C0 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 19 192 -
CMYK 0.15 0.90 0 0.25
HSL 290.29º 0.82% 0.41% -
HSV(B) 290.29º 0.9% 0.75% -
XYZ 25.06 12.16 50.9 -
YUV 82.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 164 19 192 0.15 0.90 0 0.25 290.29 0.82 0.41
Hex A4 13 C0 F 5A 0 19 122 52 29
Octal 244 23 300 17 132 0 31 442 122 51
Binary 10100100 10011 11000000 1111 1011010 0 11001 100100010 1010010 101001

Color Harmonies of #A413C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413C0

Black with #A413C0

Text Example


Text Example

White with #A413C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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