Html Css Color HEX #A713BA Dark Violet

📋 copy color: '#A713BA'

red 167 ◦ green 19 ◦ blue 186

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

Shades of Dark Violet #A713BA

Tints of Dark Violet #A713BA

RGB

 RED value IS 167 (65.63% from 255) = 44.89%

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 44.89%
G = 5.11%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A713BA (or 0xA713BA) is known color: Dark Violet. HEX triplet: A7, 13 and BA. RGB value is (167,19,186). Sum of RGB (Red+Green+Blue) = 167+19+186=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #A713BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A713BA is #58EC45. Grayscale: #515151. Windows color (decimal): -5827654 or 12194727. OLE color: 12194727.

HSL color Cylindrical-coordinate representation of color #A713BA: hue angle of 293.17º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A713BA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 19 186 -
CMYK 0.10 0.90 0 0.27
HSL 293.17º 0.81% 0.4% -
HSV(B) 293.17º 0.9% 0.73% -
XYZ 25.03 12.23 47.49 -
YUV 82.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 167 19 186 0.10 0.90 0 0.27 293.17 0.81 0.4
Hex A7 13 BA A 5A 0 1B 125 51 28
Octal 247 23 272 12 132 0 33 445 121 50
Binary 10100111 10011 10111010 1010 1011010 0 11011 100100101 1010001 101000

Color Harmonies of #A713BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A713BA

Black with #A713BA

Text Example


Text Example

White with #A713BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A713BA; }

 p { color: rgb(167,19,186); }

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

background-color css

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

 a { background-color: rgb(167,19,186); }

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

border-color css

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

 span { border-color: rgb(167,19,186); }

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