Html Css Color HEX #A701DC Dark Violet

📋 copy color: '#A701DC'

red 167 ◦ green 1 ◦ blue 220

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

Shades of Dark Violet #A701DC

Tints of Dark Violet #A701DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 43.04%
G = 0.26%
B = 56.7%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A701DC (or 0xA701DC) is known color: Dark Violet. HEX triplet: A7, 01 and DC. RGB value is (167,1,220). Sum of RGB (Red+Green+Blue) = 167+1+220=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #A701DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701DC is #58FE23. Grayscale: #4A4A4A. Windows color (decimal): -5832228 or 14418343. OLE color: 14418343.

HSL color Cylindrical-coordinate representation of color #A701DC: hue angle of 285.48º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701DC is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 1 220 -
CMYK 0.24 1.00 0 0.14
HSL 285.48º 0.99% 0.43% -
HSV(B) 285.48º 1% 0.86% -
XYZ 28.87 13.4 68.78 -
YUV 75.6 209.5 193.19 -
System Red Green Blue C M Y K H S L
Decimal 167 1 220 0.24 1.00 0 0.14 285.48 0.99 0.43
Hex A7 1 DC 18 64 0 E 11D 63 2B
Octal 247 1 334 30 144 0 16 435 143 53
Binary 10100111 1 11011100 11000 1100100 0 1110 100011101 1100011 101011

Color Harmonies of #A701DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A701DC

Black with #A701DC

Text Example


Text Example

White with #A701DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A701DC; }

 p { color: rgb(167,1,220); }

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

background-color css

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

 a { background-color: rgb(167,1,220); }

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

border-color css

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

 span { border-color: rgb(167,1,220); }

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