Html Css Color HEX #A015B6 Dark Violet

📋 copy color: '#A015B6'

red 160 ◦ green 21 ◦ blue 182

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

Shades of Dark Violet #A015B6

Tints of Dark Violet #A015B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.14%

R = 44.08%
G = 5.79%
B = 50.14%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A015B6 (or 0xA015B6) is known color: Dark Violet. HEX triplet: A0, 15 and B6. RGB value is (160,21,182). Sum of RGB (Red+Green+Blue) = 160+21+182=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #A015B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015B6 is #5FEA49. Grayscale: #505050. Windows color (decimal): -6285898 or 11933088. OLE color: 11933088.

HSL color Cylindrical-coordinate representation of color #A015B6: hue angle of 291.8º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A015B6 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 21 182 -
CMYK 0.12 0.88 0 0.29
HSL 291.8º 0.79% 0.4% -
HSV(B) 291.8º 0.88% 0.71% -
XYZ 23.21 11.39 45.23 -
YUV 80.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 160 21 182 0.12 0.88 0 0.29 291.8 0.79 0.4
Hex A0 15 B6 C 58 0 1D 124 4F 28
Octal 240 25 266 14 130 0 35 444 117 50
Binary 10100000 10101 10110110 1100 1011000 0 11101 100100100 1001111 101000

Color Harmonies of #A015B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015B6

Black with #A015B6

Text Example


Text Example

White with #A015B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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