Html Css Color HEX #A714AF Dark Violet

📋 copy color: '#A714AF'

red 167 ◦ green 20 ◦ blue 175

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

Shades of Dark Violet #A714AF

Tints of Dark Violet #A714AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.34%

R = 46.13%
G = 5.52%
B = 48.34%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A714AF (or 0xA714AF) is known color: Dark Violet. HEX triplet: A7, 14 and AF. RGB value is (167,20,175). Sum of RGB (Red+Green+Blue) = 167+20+175=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #A714AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A714AF is #58EB50. Grayscale: #515151. Windows color (decimal): -5827409 or 11474087. OLE color: 11474087.

HSL color Cylindrical-coordinate representation of color #A714AF: hue angle of 296.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A714AF is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 20 175 -
CMYK 0.05 0.89 0 0.31
HSL 296.9º 0.79% 0.38% -
HSV(B) 296.9º 0.89% 0.69% -
XYZ 23.92 11.81 41.58 -
YUV 81.62 180.7 188.9 -
System Red Green Blue C M Y K H S L
Decimal 167 20 175 0.05 0.89 0 0.31 296.9 0.79 0.38
Hex A7 14 AF 5 59 0 1F 129 4F 26
Octal 247 24 257 5 131 0 37 451 117 46
Binary 10100111 10100 10101111 101 1011001 0 11111 100101001 1001111 100110

Color Harmonies of #A714AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714AF

Black with #A714AF

Text Example


Text Example

White with #A714AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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