Html Css Color HEX #A413CA Dark Violet

📋 copy color: '#A413CA'

red 164 ◦ green 19 ◦ blue 202

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

Shades of Dark Violet #A413CA

Tints of Dark Violet #A413CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 42.6%
G = 4.94%
B = 52.47%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A413CA (or 0xA413CA) is known color: Dark Violet. HEX triplet: A4, 13 and CA. RGB value is (164,19,202). Sum of RGB (Red+Green+Blue) = 164+19+202=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #A413CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413CA is #5BEC35. Grayscale: #525252. Windows color (decimal): -6024246 or 13243300. OLE color: 13243300.

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

Color convert

RGB 164 19 202 -
CMYK 0.19 0.91 0 0.21
HSL 287.54º 0.83% 0.43% -
HSV(B) 287.54º 0.91% 0.79% -
XYZ 26.2 12.62 56.93 -
YUV 83.22 195.04 185.62 -
System Red Green Blue C M Y K H S L
Decimal 164 19 202 0.19 0.91 0 0.21 287.54 0.83 0.43
Hex A4 13 CA 13 5B 0 15 120 53 2B
Octal 244 23 312 23 133 0 25 440 123 53
Binary 10100100 10011 11001010 10011 1011011 0 10101 100100000 1010011 101011

Color Harmonies of #A413CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413CA

Black with #A413CA

Text Example


Text Example

White with #A413CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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