Html Css Color HEX #A707D0 Dark Violet

📋 copy color: '#A707D0'

red 167 ◦ green 7 ◦ blue 208

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

Shades of Dark Violet #A707D0

Tints of Dark Violet #A707D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.45%

R = 43.72%
G = 1.83%
B = 54.45%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A707D0 (or 0xA707D0) is known color: Dark Violet. HEX triplet: A7, 07 and D0. RGB value is (167,7,208). Sum of RGB (Red+Green+Blue) = 167+7+208=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #A707D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707D0 is #58F82F. Grayscale: #4D4D4D. Windows color (decimal): -5830704 or 13633447. OLE color: 13633447.

HSL color Cylindrical-coordinate representation of color #A707D0: hue angle of 287.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A707D0 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 7 208 -
CMYK 0.20 0.97 0 0.18
HSL 287.76º 0.93% 0.42% -
HSV(B) 287.76º 0.97% 0.82% -
XYZ 27.4 12.92 60.72 -
YUV 77.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 167 7 208 0.20 0.97 0 0.18 287.76 0.93 0.42
Hex A7 7 D0 14 61 0 12 120 5D 2A
Octal 247 7 320 24 141 0 22 440 135 52
Binary 10100111 111 11010000 10100 1100001 0 10010 100100000 1011101 101010

Color Harmonies of #A707D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A707D0

Black with #A707D0

Text Example


Text Example

White with #A707D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A707D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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