Html Css Color HEX #A215DE Dark Violet

📋 copy color: '#A215DE'

red 162 ◦ green 21 ◦ blue 222

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

Shades of Dark Violet #A215DE

Tints of Dark Violet #A215DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 40%
G = 5.19%
B = 54.81%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A215DE (or 0xA215DE) is known color: Dark Violet. HEX triplet: A2, 15 and DE. RGB value is (162,21,222). Sum of RGB (Red+Green+Blue) = 162+21+222=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #A215DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215DE is #5DEA21. Grayscale: #555555. Windows color (decimal): -6154786 or 14554530. OLE color: 14554530.

HSL color Cylindrical-coordinate representation of color #A215DE: hue angle of 282.09º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A215DE is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 21 222 -
CMYK 0.27 0.91 0 0.13
HSL 282.09º 0.83% 0.48% -
HSV(B) 282.09º 0.91% 0.87% -
XYZ 28.35 13.49 70.22 -
YUV 86.07 204.71 182.16 -
System Red Green Blue C M Y K H S L
Decimal 162 21 222 0.27 0.91 0 0.13 282.09 0.83 0.48
Hex A2 15 DE 1B 5B 0 D 11A 53 30
Octal 242 25 336 33 133 0 15 432 123 60
Binary 10100010 10101 11011110 11011 1011011 0 1101 100011010 1010011 110000

Color Harmonies of #A215DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215DE

Black with #A215DE

Text Example


Text Example

White with #A215DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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