Html Css Color HEX #A013AF Dark Violet

📋 copy color: '#A013AF'

red 160 ◦ green 19 ◦ blue 175

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

Shades of Dark Violet #A013AF

Tints of Dark Violet #A013AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.44%

R = 45.2%
G = 5.37%
B = 49.44%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A013AF (or 0xA013AF) is known color: Dark Violet. HEX triplet: A0, 13 and AF. RGB value is (160,19,175). Sum of RGB (Red+Green+Blue) = 160+19+175=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #A013AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A013AF is #5FEC50. Grayscale: #4E4E4E. Windows color (decimal): -6286417 or 11473824. OLE color: 11473824.

HSL color Cylindrical-coordinate representation of color #A013AF: hue angle of 294.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A013AF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 19 175 -
CMYK 0.09 0.89 0 0.31
HSL 294.23º 0.8% 0.38% -
HSV(B) 294.23º 0.89% 0.69% -
XYZ 22.47 11.03 41.5 -
YUV 78.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 160 19 175 0.09 0.89 0 0.31 294.23 0.8 0.38
Hex A0 13 AF 9 59 0 1F 126 50 26
Octal 240 23 257 11 131 0 37 446 120 46
Binary 10100000 10011 10101111 1001 1011001 0 11111 100100110 1010000 100110

Color Harmonies of #A013AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013AF

Black with #A013AF

Text Example


Text Example

White with #A013AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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