Html Css Color HEX #A015CD Dark Violet

📋 copy color: '#A015CD'

red 160 ◦ green 21 ◦ blue 205

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

Shades of Dark Violet #A015CD

Tints of Dark Violet #A015CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 41.45%
G = 5.44%
B = 53.11%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A015CD (or 0xA015CD) is known color: Dark Violet. HEX triplet: A0, 15 and CD. RGB value is (160,21,205). Sum of RGB (Red+Green+Blue) = 160+21+205=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #A015CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015CD is #5FEA32. Grayscale: #525252. Windows color (decimal): -6285875 or 13440416. OLE color: 13440416.

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

Color convert

RGB 160 21 205 -
CMYK 0.22 0.90 0 0.20
HSL 285.33º 0.81% 0.44% -
HSV(B) 285.33º 0.9% 0.8% -
XYZ 25.78 12.42 58.8 -
YUV 83.54 196.55 182.54 -
System Red Green Blue C M Y K H S L
Decimal 160 21 205 0.22 0.90 0 0.20 285.33 0.81 0.44
Hex A0 15 CD 16 5A 0 14 11D 51 2C
Octal 240 25 315 26 132 0 24 435 121 54
Binary 10100000 10101 11001101 10110 1011010 0 10100 100011101 1010001 101100

Color Harmonies of #A015CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015CD

Black with #A015CD

Text Example


Text Example

White with #A015CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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