Html Css Color HEX #A713B6 Dark Violet

📋 copy color: '#A713B6'

red 167 ◦ green 19 ◦ blue 182

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

Shades of Dark Violet #A713B6

Tints of Dark Violet #A713B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.46%

R = 45.38%
G = 5.16%
B = 49.46%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A713B6 (or 0xA713B6) is known color: Dark Violet. HEX triplet: A7, 13 and B6. RGB value is (167,19,182). Sum of RGB (Red+Green+Blue) = 167+19+182=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #A713B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A713B6 is #58EC49. Grayscale: #515151. Windows color (decimal): -5827658 or 11932583. OLE color: 11932583.

HSL color Cylindrical-coordinate representation of color #A713B6: hue angle of 294.48º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A713B6 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 19 182 -
CMYK 0.08 0.90 0 0.29
HSL 294.48º 0.81% 0.39% -
HSV(B) 294.48º 0.9% 0.71% -
XYZ 24.61 12.06 45.29 -
YUV 81.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 167 19 182 0.08 0.90 0 0.29 294.48 0.81 0.39
Hex A7 13 B6 8 5A 0 1D 126 51 27
Octal 247 23 266 10 132 0 35 446 121 47
Binary 10100111 10011 10110110 1000 1011010 0 11101 100100110 1010001 100111

Color Harmonies of #A713B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A713B6

Black with #A713B6

Text Example


Text Example

White with #A713B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A713B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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