Html Css Color HEX #A707DC Dark Violet

📋 copy color: '#A707DC'

red 167 ◦ green 7 ◦ blue 220

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

Shades of Dark Violet #A707DC

Tints of Dark Violet #A707DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.78%

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

R = 42.39%
G = 1.78%
B = 55.84%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A707DC (or 0xA707DC) is known color: Dark Violet. HEX triplet: A7, 07 and DC. RGB value is (167,7,220). Sum of RGB (Red+Green+Blue) = 167+7+220=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #A707DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707DC is #58F823. Grayscale: #4E4E4E. Windows color (decimal): -5830692 or 14419879. OLE color: 14419879.

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

Color convert

RGB 167 7 220 -
CMYK 0.24 0.97 0 0.14
HSL 285.07º 0.94% 0.45% -
HSV(B) 285.07º 0.97% 0.86% -
XYZ 28.93 13.53 68.8 -
YUV 79.12 207.51 190.68 -
System Red Green Blue C M Y K H S L
Decimal 167 7 220 0.24 0.97 0 0.14 285.07 0.94 0.45
Hex A7 7 DC 18 61 0 E 11D 5E 2D
Octal 247 7 334 30 141 0 16 435 136 55
Binary 10100111 111 11011100 11000 1100001 0 1110 100011101 1011110 101101

Color Harmonies of #A707DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A707DC

Black with #A707DC

Text Example


Text Example

White with #A707DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A707DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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