Html Css Color HEX #A700DC Dark Violet

📋 copy color: '#A700DC'

red 167 ◦ green 0 ◦ blue 220

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

Shades of Dark Violet #A700DC

Tints of Dark Violet #A700DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.15%
G = 0%
B = 56.85%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A700DC (or 0xA700DC) is known color: Dark Violet. HEX triplet: A7, 00 and DC. RGB value is (167,0,220). Sum of RGB (Red+Green+Blue) = 167+0+220=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #A700DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700DC is #58FF23. Grayscale: #4A4A4A. Windows color (decimal): -5832484 or 14418087. OLE color: 14418087.

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

Color convert

RGB 167 0 220 -
CMYK 0.24 1 0 0.14
HSL 285.55º 1% 0.43% -
HSV(B) 285.55º 1% 0.86% -
XYZ 28.85 13.38 68.77 -
YUV 75.01 209.83 193.61 -
System Red Green Blue C M Y K H S L
Decimal 167 0 220 0.24 1 0 0.14 285.55 1 0.43
Hex A7 0 DC 18 64 0 E 11E 64 2B
Octal 247 0 334 30 144 0 16 436 144 53
Binary 10100111 0 11011100 11000 1100100 0 1110 100011110 1100100 101011

Color Harmonies of #A700DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700DC

Black with #A700DC

Text Example


Text Example

White with #A700DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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