Html Css Color HEX #A714BF Dark Violet

📋 copy color: '#A714BF'

red 167 ◦ green 20 ◦ blue 191

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

Shades of Dark Violet #A714BF

Tints of Dark Violet #A714BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 44.18%
G = 5.29%
B = 50.53%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A714BF (or 0xA714BF) is known color: Dark Violet. HEX triplet: A7, 14 and BF. RGB value is (167,20,191). Sum of RGB (Red+Green+Blue) = 167+20+191=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #A714BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714BF is #58EB40. Grayscale: #525252. Windows color (decimal): -5827393 or 12522663. OLE color: 12522663.

HSL color Cylindrical-coordinate representation of color #A714BF: hue angle of 291.58º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A714BF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 20 191 -
CMYK 0.13 0.90 0 0.25
HSL 291.58º 0.81% 0.41% -
HSV(B) 291.58º 0.9% 0.75% -
XYZ 25.59 12.48 50.35 -
YUV 83.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 167 20 191 0.13 0.90 0 0.25 291.58 0.81 0.41
Hex A7 14 BF D 5A 0 19 124 51 29
Octal 247 24 277 15 132 0 31 444 121 51
Binary 10100111 10100 10111111 1101 1011010 0 11001 100100100 1010001 101001

Color Harmonies of #A714BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714BF

Black with #A714BF

Text Example


Text Example

White with #A714BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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