Html Css Color HEX #A015BC Dark Violet

📋 copy color: '#A015BC'

red 160 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #A015BC

Tints of Dark Violet #A015BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 43.36%
G = 5.69%
B = 50.95%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A015BC (or 0xA015BC) is known color: Dark Violet. HEX triplet: A0, 15 and BC. RGB value is (160,21,188). Sum of RGB (Red+Green+Blue) = 160+21+188=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #A015BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015BC is #5FEA43. Grayscale: #515151. Windows color (decimal): -6285892 or 12326304. OLE color: 12326304.

HSL color Cylindrical-coordinate representation of color #A015BC: hue angle of 289.94º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015BC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 21 188 -
CMYK 0.15 0.89 0 0.26
HSL 289.94º 0.8% 0.41% -
HSV(B) 289.94º 0.89% 0.74% -
XYZ 23.84 11.64 48.57 -
YUV 81.6 188.05 183.92 -
System Red Green Blue C M Y K H S L
Decimal 160 21 188 0.15 0.89 0 0.26 289.94 0.8 0.41
Hex A0 15 BC F 59 0 1A 122 50 29
Octal 240 25 274 17 131 0 32 442 120 51
Binary 10100000 10101 10111100 1111 1011001 0 11010 100100010 1010000 101001

Color Harmonies of #A015BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015BC

Black with #A015BC

Text Example


Text Example

White with #A015BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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