Html Css Color HEX #A015C3 Dark Violet

📋 copy color: '#A015C3'

red 160 ◦ green 21 ◦ blue 195

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

Shades of Dark Violet #A015C3

Tints of Dark Violet #A015C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.86%

R = 42.55%
G = 5.59%
B = 51.86%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A015C3 (or 0xA015C3) is known color: Dark Violet. HEX triplet: A0, 15 and C3. RGB value is (160,21,195). Sum of RGB (Red+Green+Blue) = 160+21+195=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #A015C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015C3 is #5FEA3C. Grayscale: #515151. Windows color (decimal): -6285885 or 12785056. OLE color: 12785056.

HSL color Cylindrical-coordinate representation of color #A015C3: hue angle of 287.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015C3 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 21 195 -
CMYK 0.18 0.89 0 0.24
HSL 287.93º 0.81% 0.42% -
HSV(B) 287.93º 0.89% 0.76% -
XYZ 24.62 11.95 52.64 -
YUV 82.4 191.55 183.35 -
System Red Green Blue C M Y K H S L
Decimal 160 21 195 0.18 0.89 0 0.24 287.93 0.81 0.42
Hex A0 15 C3 12 59 0 18 120 51 2A
Octal 240 25 303 22 131 0 30 440 121 52
Binary 10100000 10101 11000011 10010 1011001 0 11000 100100000 1010001 101010

Color Harmonies of #A015C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015C3

Black with #A015C3

Text Example


Text Example

White with #A015C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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