Html Css Color HEX #A213DB Dark Violet

📋 copy color: '#A213DB'

red 162 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #A213DB

Tints of Dark Violet #A213DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 40.5%
G = 4.75%
B = 54.75%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A213DB (or 0xA213DB) is known color: Dark Violet. HEX triplet: A2, 13 and DB. RGB value is (162,19,219). Sum of RGB (Red+Green+Blue) = 162+19+219=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #A213DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A213DB is #5DEC24. Grayscale: #535353. Windows color (decimal): -6155301 or 14357410. OLE color: 14357410.

HSL color Cylindrical-coordinate representation of color #A213DB: hue angle of 282.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A213DB is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 19 219 -
CMYK 0.26 0.91 0 0.14
HSL 282.9º 0.84% 0.47% -
HSV(B) 282.9º 0.91% 0.86% -
XYZ 27.92 13.26 68.11 -
YUV 84.56 203.88 183.24 -
System Red Green Blue C M Y K H S L
Decimal 162 19 219 0.26 0.91 0 0.14 282.9 0.84 0.47
Hex A2 13 DB 1A 5B 0 E 11B 54 2F
Octal 242 23 333 32 133 0 16 433 124 57
Binary 10100010 10011 11011011 11010 1011011 0 1110 100011011 1010100 101111

Color Harmonies of #A213DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213DB

Black with #A213DB

Text Example


Text Example

White with #A213DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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