Html Css Color HEX #A015CE Dark Violet

📋 copy color: '#A015CE'

red 160 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #A015CE

Tints of Dark Violet #A015CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 41.34%
G = 5.43%
B = 53.23%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A015CE (or 0xA015CE) is known color: Dark Violet. HEX triplet: A0, 15 and CE. RGB value is (160,21,206). Sum of RGB (Red+Green+Blue) = 160+21+206=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #A015CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015CE is #5FEA31. Grayscale: #535353. Windows color (decimal): -6285874 or 13505952. OLE color: 13505952.

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

Color convert

RGB 160 21 206 -
CMYK 0.22 0.90 0 0.19
HSL 285.08º 0.81% 0.45% -
HSV(B) 285.08º 0.9% 0.81% -
XYZ 25.91 12.47 59.43 -
YUV 83.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 160 21 206 0.22 0.90 0 0.19 285.08 0.81 0.45
Hex A0 15 CE 16 5A 0 13 11D 51 2D
Octal 240 25 316 26 132 0 23 435 121 55
Binary 10100000 10101 11001110 10110 1011010 0 10011 100011101 1010001 101101

Color Harmonies of #A015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015CE

Black with #A015CE

Text Example


Text Example

White with #A015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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