Html Css Color HEX #A215D5 Dark Violet

📋 copy color: '#A215D5'

red 162 ◦ green 21 ◦ blue 213

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

Shades of Dark Violet #A215D5

Tints of Dark Violet #A215D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.79%

R = 40.91%
G = 5.3%
B = 53.79%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A215D5 (or 0xA215D5) is known color: Dark Violet. HEX triplet: A2, 15 and D5. RGB value is (162,21,213). Sum of RGB (Red+Green+Blue) = 162+21+213=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #A215D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215D5 is #5DEA2A. Grayscale: #545454. Windows color (decimal): -6154795 or 13964706. OLE color: 13964706.

HSL color Cylindrical-coordinate representation of color #A215D5: hue angle of 284.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A215D5 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 21 213 -
CMYK 0.24 0.90 0 0.16
HSL 284.06º 0.82% 0.46% -
HSV(B) 284.06º 0.9% 0.84% -
XYZ 27.18 13.02 64.03 -
YUV 85.05 200.21 182.89 -
System Red Green Blue C M Y K H S L
Decimal 162 21 213 0.24 0.90 0 0.16 284.06 0.82 0.46
Hex A2 15 D5 18 5A 0 10 11C 52 2E
Octal 242 25 325 30 132 0 20 434 122 56
Binary 10100010 10101 11010101 11000 1011010 0 10000 100011100 1010010 101110

Color Harmonies of #A215D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215D5

Black with #A215D5

Text Example


Text Example

White with #A215D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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