Html Css Color HEX #A712BA Dark Violet

📋 copy color: '#A712BA'

red 167 ◦ green 18 ◦ blue 186

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

Shades of Dark Violet #A712BA

Tints of Dark Violet #A712BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

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

R = 45.01%
G = 4.85%
B = 50.13%

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

#A712BA (or 0xA712BA) is known color: Dark Violet. HEX triplet: A7, 12 and BA. RGB value is (167,18,186). Sum of RGB (Red+Green+Blue) = 167+18+186=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #A712BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712BA is #58ED45. Grayscale: #515151. Windows color (decimal): -5827910 or 12194471. OLE color: 12194471.

HSL color Cylindrical-coordinate representation of color #A712BA: hue angle of 293.21º degrees, saturation: 0.82, 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 #A712BA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 18 186 -
CMYK 0.10 0.90 0 0.27
HSL 293.21º 0.82% 0.4% -
HSV(B) 293.21º 0.9% 0.73% -
XYZ 25.02 12.19 47.49 -
YUV 81.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 167 18 186 0.10 0.90 0 0.27 293.21 0.82 0.4
Hex A7 12 BA A 5A 0 1B 125 52 28
Octal 247 22 272 12 132 0 33 445 122 50
Binary 10100111 10010 10111010 1010 1011010 0 11011 100100101 1010010 101000

Color Harmonies of #A712BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712BA

Black with #A712BA

Text Example


Text Example

White with #A712BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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