Html Css Color HEX #A215DF Dark Violet

📋 copy color: '#A215DF'

red 162 ◦ green 21 ◦ blue 223

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

Shades of Dark Violet #A215DF

Tints of Dark Violet #A215DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.93%

R = 39.9%
G = 5.17%
B = 54.93%

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

#A215DF (or 0xA215DF) is known color: Dark Violet. HEX triplet: A2, 15 and DF. RGB value is (162,21,223). Sum of RGB (Red+Green+Blue) = 162+21+223=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #A215DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215DF is #5DEA20. Grayscale: #555555. Windows color (decimal): -6154785 or 14620066. OLE color: 14620066.

HSL color Cylindrical-coordinate representation of color #A215DF: hue angle of 281.88º 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 #A215DF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 21 223 -
CMYK 0.27 0.91 0 0.13
HSL 281.88º 0.83% 0.48% -
HSV(B) 281.88º 0.91% 0.87% -
XYZ 28.49 13.55 70.93 -
YUV 86.19 205.21 182.07 -
System Red Green Blue C M Y K H S L
Decimal 162 21 223 0.27 0.91 0 0.13 281.88 0.83 0.48
Hex A2 15 DF 1B 5B 0 D 11A 53 30
Octal 242 25 337 33 133 0 15 432 123 60
Binary 10100010 10101 11011111 11011 1011011 0 1101 100011010 1010011 110000

Color Harmonies of #A215DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215DF

Black with #A215DF

Text Example


Text Example

White with #A215DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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