Html Css Color HEX #A213BB Dark Violet

📋 copy color: '#A213BB'

red 162 ◦ green 19 ◦ blue 187

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

Shades of Dark Violet #A213BB

Tints of Dark Violet #A213BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.82%

R = 44.02%
G = 5.16%
B = 50.82%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A213BB (or 0xA213BB) is known color: Dark Violet. HEX triplet: A2, 13 and BB. RGB value is (162,19,187). Sum of RGB (Red+Green+Blue) = 162+19+187=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #A213BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A213BB is #5DEC44. Grayscale: #505050. Windows color (decimal): -6155333 or 12260258. OLE color: 12260258.

HSL color Cylindrical-coordinate representation of color #A213BB: hue angle of 291.07º degrees, saturation: 0.82, 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 #A213BB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 19 187 -
CMYK 0.13 0.90 0 0.27
HSL 291.07º 0.82% 0.4% -
HSV(B) 291.07º 0.9% 0.73% -
XYZ 24.1 11.73 48.01 -
YUV 80.91 187.88 185.84 -
System Red Green Blue C M Y K H S L
Decimal 162 19 187 0.13 0.90 0 0.27 291.07 0.82 0.4
Hex A2 13 BB D 5A 0 1B 123 52 28
Octal 242 23 273 15 132 0 33 443 122 50
Binary 10100010 10011 10111011 1101 1011010 0 11011 100100011 1010010 101000

Color Harmonies of #A213BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213BB

Black with #A213BB

Text Example


Text Example

White with #A213BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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