Html Css Color HEX #A413BF Dark Violet

📋 copy color: '#A413BF'

red 164 ◦ green 19 ◦ blue 191

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

Shades of Dark Violet #A413BF

Tints of Dark Violet #A413BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 43.85%
G = 5.08%
B = 51.07%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A413BF (or 0xA413BF) is known color: Dark Violet. HEX triplet: A4, 13 and BF. RGB value is (164,19,191). Sum of RGB (Red+Green+Blue) = 164+19+191=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #A413BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413BF is #5BEC40. Grayscale: #515151. Windows color (decimal): -6024257 or 12522404. OLE color: 12522404.

HSL color Cylindrical-coordinate representation of color #A413BF: hue angle of 290.58º 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 #A413BF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 19 191 -
CMYK 0.14 0.90 0 0.25
HSL 290.58º 0.82% 0.41% -
HSV(B) 290.58º 0.9% 0.75% -
XYZ 24.95 12.12 50.31 -
YUV 81.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 164 19 191 0.14 0.90 0 0.25 290.58 0.82 0.41
Hex A4 13 BF E 5A 0 19 123 52 29
Octal 244 23 277 16 132 0 31 443 122 51
Binary 10100100 10011 10111111 1110 1011010 0 11001 100100011 1010010 101001

Color Harmonies of #A413BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413BF

Black with #A413BF

Text Example


Text Example

White with #A413BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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