Html Css Color HEX #A215DB Dark Violet

📋 copy color: '#A215DB'

red 162 ◦ green 21 ◦ blue 219

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

Shades of Dark Violet #A215DB

Tints of Dark Violet #A215DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 40.3%
G = 5.22%
B = 54.48%

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

#A215DB (or 0xA215DB) is known color: Dark Violet. HEX triplet: A2, 15 and DB. RGB value is (162,21,219). Sum of RGB (Red+Green+Blue) = 162+21+219=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #A215DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215DB is #5DEA24. Grayscale: #555555. Windows color (decimal): -6154789 or 14357922. OLE color: 14357922.

HSL color Cylindrical-coordinate representation of color #A215DB: hue angle of 282.73º degrees, saturation: 0.82, 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 #A215DB is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 21 219 -
CMYK 0.26 0.90 0 0.14
HSL 282.73º 0.83% 0.47% -
HSV(B) 282.73º 0.9% 0.86% -
XYZ 27.95 13.33 68.12 -
YUV 85.73 203.21 182.4 -
System Red Green Blue C M Y K H S L
Decimal 162 21 219 0.26 0.90 0 0.14 282.73 0.83 0.47
Hex A2 15 DB 1A 5A 0 E 11B 52 2F
Octal 242 25 333 32 132 0 16 433 122 57
Binary 10100010 10101 11011011 11010 1011010 0 1110 100011011 1010010 101111

Color Harmonies of #A215DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215DB

Black with #A215DB

Text Example


Text Example

White with #A215DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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