Html Css Color HEX #A216D5 Dark Violet

📋 copy color: '#A216D5'

red 162 ◦ green 22 ◦ blue 213

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

Shades of Dark Violet #A216D5

Tints of Dark Violet #A216D5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.54%

 BLUE value IS 213 (83.59% from 255) = 53.65%

R = 40.81%
G = 5.54%
B = 53.65%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A216D5 (or 0xA216D5) is known color: Dark Violet. HEX triplet: A2, 16 and D5. RGB value is (162,22,213). Sum of RGB (Red+Green+Blue) = 162+22+213=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #A216D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A216D5 is #5DE92A. Grayscale: #555555. Windows color (decimal): -6154539 or 13964962. OLE color: 13964962.

HSL color Cylindrical-coordinate representation of color #A216D5: hue angle of 283.98º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A216D5 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 22 213 -
CMYK 0.24 0.90 0 0.16
HSL 283.98º 0.81% 0.46% -
HSV(B) 283.98º 0.9% 0.84% -
XYZ 27.2 13.06 64.04 -
YUV 85.63 199.88 182.47 -
System Red Green Blue C M Y K H S L
Decimal 162 22 213 0.24 0.90 0 0.16 283.98 0.81 0.46
Hex A2 16 D5 18 5A 0 10 11C 51 2E
Octal 242 26 325 30 132 0 20 434 121 56
Binary 10100010 10110 11010101 11000 1011010 0 10000 100011100 1010001 101110

Color Harmonies of #A216D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A216D5

Black with #A216D5

Text Example


Text Example

White with #A216D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A216D5; }

 p { color: rgb(162,22,213); }

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

background-color css

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

 a { background-color: rgb(162,22,213); }

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

border-color css

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

 span { border-color: rgb(162,22,213); }

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