Html Css Color HEX #A013BC Dark Violet

📋 copy color: '#A013BC'

red 160 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #A013BC

Tints of Dark Violet #A013BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.18%

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

R = 43.6%
G = 5.18%
B = 51.23%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A013BC (or 0xA013BC) is known color: Dark Violet. HEX triplet: A0, 13 and BC. RGB value is (160,19,188). Sum of RGB (Red+Green+Blue) = 160+19+188=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #A013BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013BC is #5FEC43. Grayscale: #4F4F4F. Windows color (decimal): -6286404 or 12325792. OLE color: 12325792.

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

Color convert

RGB 160 19 188 -
CMYK 0.15 0.90 0 0.26
HSL 290.06º 0.82% 0.41% -
HSV(B) 290.06º 0.9% 0.74% -
XYZ 23.81 11.57 48.56 -
YUV 80.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 160 19 188 0.15 0.90 0 0.26 290.06 0.82 0.41
Hex A0 13 BC F 5A 0 1A 122 52 29
Octal 240 23 274 17 132 0 32 442 122 51
Binary 10100000 10011 10111100 1111 1011010 0 11010 100100010 1010010 101001

Color Harmonies of #A013BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013BC

Black with #A013BC

Text Example


Text Example

White with #A013BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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