Html Css Color HEX #A714BA Dark Violet

📋 copy color: '#A714BA'

red 167 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #A714BA

Tints of Dark Violet #A714BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.36%

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

R = 44.77%
G = 5.36%
B = 49.87%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A714BA (or 0xA714BA) is known color: Dark Violet. HEX triplet: A7, 14 and BA. RGB value is (167,20,186). Sum of RGB (Red+Green+Blue) = 167+20+186=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A714BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714BA is #58EB45. Grayscale: #525252. Windows color (decimal): -5827398 or 12194983. OLE color: 12194983.

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

Color convert

RGB 167 20 186 -
CMYK 0.10 0.89 0 0.27
HSL 293.13º 0.81% 0.4% -
HSV(B) 293.13º 0.89% 0.73% -
XYZ 25.05 12.26 47.5 -
YUV 82.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 167 20 186 0.10 0.89 0 0.27 293.13 0.81 0.4
Hex A7 14 BA A 59 0 1B 125 51 28
Octal 247 24 272 12 131 0 33 445 121 50
Binary 10100111 10100 10111010 1010 1011001 0 11011 100100101 1010001 101000

Color Harmonies of #A714BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714BA

Black with #A714BA

Text Example


Text Example

White with #A714BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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