Html Css Color HEX #A215BA Dark Violet

📋 copy color: '#A215BA'

red 162 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #A215BA

Tints of Dark Violet #A215BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 43.9%
G = 5.69%
B = 50.41%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A215BA (or 0xA215BA) is known color: Dark Violet. HEX triplet: A2, 15 and BA. RGB value is (162,21,186). Sum of RGB (Red+Green+Blue) = 162+21+186=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #A215BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215BA is #5DEA45. Grayscale: #515151. Windows color (decimal): -6154822 or 12195234. OLE color: 12195234.

HSL color Cylindrical-coordinate representation of color #A215BA: hue angle of 291.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A215BA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 21 186 -
CMYK 0.13 0.89 0 0.27
HSL 291.27º 0.8% 0.41% -
HSV(B) 291.27º 0.89% 0.73% -
XYZ 24.03 11.76 47.46 -
YUV 81.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 162 21 186 0.13 0.89 0 0.27 291.27 0.8 0.41
Hex A2 15 BA D 59 0 1B 123 50 29
Octal 242 25 272 15 131 0 33 443 120 51
Binary 10100010 10101 10111010 1101 1011001 0 11011 100100011 1010000 101001

Color Harmonies of #A215BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215BA

Black with #A215BA

Text Example


Text Example

White with #A215BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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