Html Css Color HEX #A413AF Dark Violet

📋 copy color: '#A413AF'

red 164 ◦ green 19 ◦ blue 175

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

Shades of Dark Violet #A413AF

Tints of Dark Violet #A413AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 45.81%
G = 5.31%
B = 48.88%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A413AF (or 0xA413AF) is known color: Dark Violet. HEX triplet: A4, 13 and AF. RGB value is (164,19,175). Sum of RGB (Red+Green+Blue) = 164+19+175=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A413AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A413AF is #5BEC50. Grayscale: #4F4F4F. Windows color (decimal): -6024273 or 11473828. OLE color: 11473828.

HSL color Cylindrical-coordinate representation of color #A413AF: hue angle of 295.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A413AF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 19 175 -
CMYK 0.06 0.89 0 0.31
HSL 295.77º 0.8% 0.38% -
HSV(B) 295.77º 0.89% 0.69% -
XYZ 23.28 11.45 41.54 -
YUV 80.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 164 19 175 0.06 0.89 0 0.31 295.77 0.8 0.38
Hex A4 13 AF 6 59 0 1F 128 50 26
Octal 244 23 257 6 131 0 37 450 120 46
Binary 10100100 10011 10101111 110 1011001 0 11111 100101000 1010000 100110

Color Harmonies of #A413AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413AF

Black with #A413AF

Text Example


Text Example

White with #A413AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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