Html Css Color HEX #A215DC Dark Violet

📋 copy color: '#A215DC'

red 162 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #A215DC

Tints of Dark Violet #A215DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 40.2%
G = 5.21%
B = 54.59%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A215DC (or 0xA215DC) is known color: Dark Violet. HEX triplet: A2, 15 and DC. RGB value is (162,21,220). Sum of RGB (Red+Green+Blue) = 162+21+220=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #A215DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215DC is #5DEA23. Grayscale: #555555. Windows color (decimal): -6154788 or 14423458. OLE color: 14423458.

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

Color convert

RGB 162 21 220 -
CMYK 0.26 0.90 0 0.14
HSL 282.51º 0.83% 0.47% -
HSV(B) 282.51º 0.9% 0.86% -
XYZ 28.09 13.39 68.81 -
YUV 85.85 203.71 182.32 -
System Red Green Blue C M Y K H S L
Decimal 162 21 220 0.26 0.90 0 0.14 282.51 0.83 0.47
Hex A2 15 DC 1A 5A 0 E 11B 53 2F
Octal 242 25 334 32 132 0 16 433 123 57
Binary 10100010 10101 11011100 11010 1011010 0 1110 100011011 1010011 101111

Color Harmonies of #A215DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215DC

Black with #A215DC

Text Example


Text Example

White with #A215DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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