Html Css Color HEX #A413BE Dark Violet

📋 copy color: '#A413BE'

red 164 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #A413BE

Tints of Dark Violet #A413BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 43.97%
G = 5.09%
B = 50.94%

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

#A413BE (or 0xA413BE) is known color: Dark Violet. HEX triplet: A4, 13 and BE. RGB value is (164,19,190). Sum of RGB (Red+Green+Blue) = 164+19+190=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #A413BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413BE is #5BEC41. Grayscale: #515151. Windows color (decimal): -6024258 or 12456868. OLE color: 12456868.

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

Color convert

RGB 164 19 190 -
CMYK 0.14 0.90 0 0.25
HSL 290.88º 0.82% 0.41% -
HSV(B) 290.88º 0.9% 0.75% -
XYZ 24.84 12.08 49.74 -
YUV 81.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 164 19 190 0.14 0.90 0 0.25 290.88 0.82 0.41
Hex A4 13 BE E 5A 0 19 123 52 29
Octal 244 23 276 16 132 0 31 443 122 51
Binary 10100100 10011 10111110 1110 1011010 0 11001 100100011 1010010 101001

Color Harmonies of #A413BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413BE

Black with #A413BE

Text Example


Text Example

White with #A413BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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