Html Css Color HEX #A211BE Dark Violet

📋 copy color: '#A211BE'

red 162 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #A211BE

Tints of Dark Violet #A211BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.61%

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

R = 43.9%
G = 4.61%
B = 51.49%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A211BE (or 0xA211BE) is known color: Dark Violet. HEX triplet: A2, 11 and BE. RGB value is (162,17,190). Sum of RGB (Red+Green+Blue) = 162+17+190=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #A211BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211BE is #5DEE41. Grayscale: #4F4F4F. Windows color (decimal): -6155842 or 12456354. OLE color: 12456354.

HSL color Cylindrical-coordinate representation of color #A211BE: hue angle of 290.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A211BE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 17 190 -
CMYK 0.15 0.91 0 0.25
HSL 290.29º 0.84% 0.41% -
HSV(B) 290.29º 0.91% 0.75% -
XYZ 24.4 11.8 49.71 -
YUV 80.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 162 17 190 0.15 0.91 0 0.25 290.29 0.84 0.41
Hex A2 11 BE F 5B 0 19 122 54 29
Octal 242 21 276 17 133 0 31 442 124 51
Binary 10100010 10001 10111110 1111 1011011 0 11001 100100010 1010100 101001

Color Harmonies of #A211BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211BE

Black with #A211BE

Text Example


Text Example

White with #A211BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211BE; }

 p { color: rgb(162,17,190); }

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

background-color css

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

 a { background-color: rgb(162,17,190); }

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

border-color css

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

 span { border-color: rgb(162,17,190); }

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