Html Css Color HEX #A015B7 Dark Violet

📋 copy color: '#A015B7'

red 160 ◦ green 21 ◦ blue 183

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

Shades of Dark Violet #A015B7

Tints of Dark Violet #A015B7

RGB

 RED value IS 160 (62.89% from 255) = 43.96%

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

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

R = 43.96%
G = 5.77%
B = 50.27%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A015B7 (or 0xA015B7) is known color: Dark Violet. HEX triplet: A0, 15 and B7. RGB value is (160,21,183). Sum of RGB (Red+Green+Blue) = 160+21+183=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #A015B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015B7 is #5FEA48. Grayscale: #505050. Windows color (decimal): -6285897 or 11998624. OLE color: 11998624.

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

Color convert

RGB 160 21 183 -
CMYK 0.13 0.89 0 0.28
HSL 291.48º 0.79% 0.4% -
HSV(B) 291.48º 0.89% 0.72% -
XYZ 23.31 11.43 45.78 -
YUV 81.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 160 21 183 0.13 0.89 0 0.28 291.48 0.79 0.4
Hex A0 15 B7 D 59 0 1C 123 4F 28
Octal 240 25 267 15 131 0 34 443 117 50
Binary 10100000 10101 10110111 1101 1011001 0 11100 100100011 1001111 101000

Color Harmonies of #A015B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015B7

Black with #A015B7

Text Example


Text Example

White with #A015B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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