Html Css Color HEX #A215B7 Dark Violet

📋 copy color: '#A215B7'

red 162 ◦ green 21 ◦ blue 183

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

Shades of Dark Violet #A215B7

Tints of Dark Violet #A215B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50%

R = 44.26%
G = 5.74%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A215B7 (or 0xA215B7) is known color: Dark Violet. HEX triplet: A2, 15 and B7. RGB value is (162,21,183). Sum of RGB (Red+Green+Blue) = 162+21+183=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #A215B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215B7 is #5DEA48. Grayscale: #515151. Windows color (decimal): -6154825 or 11998626. OLE color: 11998626.

HSL color Cylindrical-coordinate representation of color #A215B7: hue angle of 292.22º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A215B7 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 21 183 -
CMYK 0.11 0.89 0 0.28
HSL 292.22º 0.79% 0.4% -
HSV(B) 292.22º 0.89% 0.72% -
XYZ 23.72 11.64 45.8 -
YUV 81.63 185.21 185.33 -
System Red Green Blue C M Y K H S L
Decimal 162 21 183 0.11 0.89 0 0.28 292.22 0.79 0.4
Hex A2 15 B7 B 59 0 1C 124 4F 28
Octal 242 25 267 13 131 0 34 444 117 50
Binary 10100010 10101 10110111 1011 1011001 0 11100 100100100 1001111 101000

Color Harmonies of #A215B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215B7

Black with #A215B7

Text Example


Text Example

White with #A215B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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