Html Css Color HEX #A015C6 Dark Violet

📋 copy color: '#A015C6'

red 160 ◦ green 21 ◦ blue 198

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

Shades of Dark Violet #A015C6

Tints of Dark Violet #A015C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.24%

R = 42.22%
G = 5.54%
B = 52.24%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A015C6 (or 0xA015C6) is known color: Dark Violet. HEX triplet: A0, 15 and C6. RGB value is (160,21,198). Sum of RGB (Red+Green+Blue) = 160+21+198=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #A015C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015C6 is #5FEA39. Grayscale: #525252. Windows color (decimal): -6285882 or 12981664. OLE color: 12981664.

HSL color Cylindrical-coordinate representation of color #A015C6: hue angle of 287.12º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015C6 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 21 198 -
CMYK 0.19 0.89 0 0.22
HSL 287.12º 0.81% 0.43% -
HSV(B) 287.12º 0.89% 0.78% -
XYZ 24.96 12.09 54.44 -
YUV 82.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 160 21 198 0.19 0.89 0 0.22 287.12 0.81 0.43
Hex A0 15 C6 13 59 0 16 11F 51 2B
Octal 240 25 306 23 131 0 26 437 121 53
Binary 10100000 10101 11000110 10011 1011001 0 10110 100011111 1010001 101011

Color Harmonies of #A015C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015C6

Black with #A015C6

Text Example


Text Example

White with #A015C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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