Html Css Color HEX #A714BE Dark Violet

📋 copy color: '#A714BE'

red 167 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #A714BE

Tints of Dark Violet #A714BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 44.3%
G = 5.31%
B = 50.4%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A714BE (or 0xA714BE) is known color: Dark Violet. HEX triplet: A7, 14 and BE. RGB value is (167,20,190). Sum of RGB (Red+Green+Blue) = 167+20+190=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #A714BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714BE is #58EB41. Grayscale: #525252. Windows color (decimal): -5827394 or 12457127. OLE color: 12457127.

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

Color convert

RGB 167 20 190 -
CMYK 0.12 0.89 0 0.25
HSL 291.88º 0.81% 0.41% -
HSV(B) 291.88º 0.89% 0.75% -
XYZ 25.48 12.43 49.77 -
YUV 83.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 167 20 190 0.12 0.89 0 0.25 291.88 0.81 0.41
Hex A7 14 BE C 59 0 19 124 51 29
Octal 247 24 276 14 131 0 31 444 121 51
Binary 10100111 10100 10111110 1100 1011001 0 11001 100100100 1010001 101001

Color Harmonies of #A714BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714BE

Black with #A714BE

Text Example


Text Example

White with #A714BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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