Html Css Color HEX #A215C1 Dark Violet

📋 copy color: '#A215C1'

red 162 ◦ green 21 ◦ blue 193

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

Shades of Dark Violet #A215C1

Tints of Dark Violet #A215C1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.59%

 BLUE value IS 193 (75.78% from 255) = 51.33%

R = 43.09%
G = 5.59%
B = 51.33%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A215C1 (or 0xA215C1) is known color: Dark Violet. HEX triplet: A2, 15 and C1. RGB value is (162,21,193). Sum of RGB (Red+Green+Blue) = 162+21+193=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #A215C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215C1 is #5DEA3E. Grayscale: #525252. Windows color (decimal): -6154815 or 12653986. OLE color: 12653986.

HSL color Cylindrical-coordinate representation of color #A215C1: hue angle of 289.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A215C1 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 21 193 -
CMYK 0.16 0.89 0 0.24
HSL 289.19º 0.8% 0.42% -
HSV(B) 289.19º 0.89% 0.76% -
XYZ 24.79 12.07 51.47 -
YUV 82.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 162 21 193 0.16 0.89 0 0.24 289.19 0.8 0.42
Hex A2 15 C1 10 59 0 18 121 50 2A
Octal 242 25 301 20 131 0 30 441 120 52
Binary 10100010 10101 11000001 10000 1011001 0 11000 100100001 1010000 101010

Color Harmonies of #A215C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215C1

Black with #A215C1

Text Example


Text Example

White with #A215C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215C1; }

 p { color: rgb(162,21,193); }

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

background-color css

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

 a { background-color: rgb(162,21,193); }

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

border-color css

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

 span { border-color: rgb(162,21,193); }

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