Html Css Color HEX #A714CC Dark Violet

📋 copy color: '#A714CC'

red 167 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #A714CC

Tints of Dark Violet #A714CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 42.71%
G = 5.12%
B = 52.17%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A714CC (or 0xA714CC) is known color: Dark Violet. HEX triplet: A7, 14 and CC. RGB value is (167,20,204). Sum of RGB (Red+Green+Blue) = 167+20+204=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #A714CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714CC is #58EB33. Grayscale: #545454. Windows color (decimal): -5827380 or 13374631. OLE color: 13374631.

HSL color Cylindrical-coordinate representation of color #A714CC: hue angle of 287.93º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A714CC is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 20 204 -
CMYK 0.18 0.90 0 0.2
HSL 287.93º 0.82% 0.44% -
HSV(B) 287.93º 0.9% 0.8% -
XYZ 27.09 13.08 58.22 -
YUV 84.93 195.2 186.54 -
System Red Green Blue C M Y K H S L
Decimal 167 20 204 0.18 0.90 0 0.2 287.93 0.82 0.44
Hex A7 14 CC 12 5A 0 14 120 52 2C
Octal 247 24 314 22 132 0 24 440 122 54
Binary 10100111 10100 11001100 10010 1011010 0 10100 100100000 1010010 101100

Color Harmonies of #A714CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714CC

Black with #A714CC

Text Example


Text Example

White with #A714CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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