Html Css Color HEX #A714E9 Dark Violet

📋 copy color: '#A714E9'

red 167 ◦ green 20 ◦ blue 233

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

Shades of Dark Violet #A714E9

Tints of Dark Violet #A714E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 55.48%

R = 39.76%
G = 4.76%
B = 55.48%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A714E9 (or 0xA714E9) is known color: Dark Violet. HEX triplet: A7, 14 and E9. RGB value is (167,20,233). Sum of RGB (Red+Green+Blue) = 167+20+233=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #A714E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A714E9 is #58EB16. Grayscale: #575757. Windows color (decimal): -5827351 or 15275175. OLE color: 15275175.

HSL color Cylindrical-coordinate representation of color #A714E9: hue angle of 281.41º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A714E9 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 20 233 -
CMYK 0.28 0.91 0 0.09
HSL 281.41º 0.84% 0.5% -
HSV(B) 281.41º 0.91% 0.91% -
XYZ 30.89 14.6 78.28 -
YUV 88.24 209.7 184.18 -
System Red Green Blue C M Y K H S L
Decimal 167 20 233 0.28 0.91 0 0.09 281.41 0.84 0.5
Hex A7 14 E9 1C 5B 0 9 119 54 32
Octal 247 24 351 34 133 0 11 431 124 62
Binary 10100111 10100 11101001 11100 1011011 0 1001 100011001 1010100 110010

Color Harmonies of #A714E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714E9

Black with #A714E9

Text Example


Text Example

White with #A714E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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