Html Css Color HEX #A213B9 Dark Violet

📋 copy color: '#A213B9'

red 162 ◦ green 19 ◦ blue 185

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

Shades of Dark Violet #A213B9

Tints of Dark Violet #A213B9

RGB

 RED value IS 162 (63.67% from 255) = 44.26%

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

 BLUE value IS 185 (72.66% from 255) = 50.55%

R = 44.26%
G = 5.19%
B = 50.55%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A213B9 (or 0xA213B9) is known color: Dark Violet. HEX triplet: A2, 13 and B9. RGB value is (162,19,185). Sum of RGB (Red+Green+Blue) = 162+19+185=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #A213B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A213B9 is #5DEC46. Grayscale: #505050. Windows color (decimal): -6155335 or 12129186. OLE color: 12129186.

HSL color Cylindrical-coordinate representation of color #A213B9: hue angle of 291.69º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A213B9 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 19 185 -
CMYK 0.12 0.90 0 0.27
HSL 291.69º 0.81% 0.4% -
HSV(B) 291.69º 0.9% 0.73% -
XYZ 23.89 11.65 46.89 -
YUV 80.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 162 19 185 0.12 0.90 0 0.27 291.69 0.81 0.4
Hex A2 13 B9 C 5A 0 1B 124 51 28
Octal 242 23 271 14 132 0 33 444 121 50
Binary 10100010 10011 10111001 1100 1011010 0 11011 100100100 1010001 101000

Color Harmonies of #A213B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213B9

Black with #A213B9

Text Example


Text Example

White with #A213B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213B9; }

 p { color: rgb(162,19,185); }

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

background-color css

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

 a { background-color: rgb(162,19,185); }

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

border-color css

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

 span { border-color: rgb(162,19,185); }

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