Html Css Color HEX #A708C0 Dark Violet

📋 copy color: '#A708C0'

red 167 ◦ green 8 ◦ blue 192

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

Shades of Dark Violet #A708C0

Tints of Dark Violet #A708C0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.18%

 BLUE value IS 192 (75.39% from 255) = 52.32%

R = 45.5%
G = 2.18%
B = 52.32%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A708C0 (or 0xA708C0) is known color: Dark Violet. HEX triplet: A7, 08 and C0. RGB value is (167,8,192). Sum of RGB (Red+Green+Blue) = 167+8+192=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #A708C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708C0 is #58F73F. Grayscale: #4B4B4B. Windows color (decimal): -5830464 or 12585127. OLE color: 12585127.

HSL color Cylindrical-coordinate representation of color #A708C0: hue angle of 291.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708C0 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 8 192 -
CMYK 0.13 0.96 0 0.25
HSL 291.85º 0.92% 0.39% -
HSV(B) 291.85º 0.96% 0.75% -
XYZ 25.54 12.19 50.88 -
YUV 76.52 193.18 192.54 -
System Red Green Blue C M Y K H S L
Decimal 167 8 192 0.13 0.96 0 0.25 291.85 0.92 0.39
Hex A7 8 C0 D 60 0 19 124 5C 27
Octal 247 10 300 15 140 0 31 444 134 47
Binary 10100111 1000 11000000 1101 1100000 0 11001 100100100 1011100 100111

Color Harmonies of #A708C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A708C0

Black with #A708C0

Text Example


Text Example

White with #A708C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A708C0; }

 p { color: rgb(167,8,192); }

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

background-color css

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

 a { background-color: rgb(167,8,192); }

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

border-color css

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

 span { border-color: rgb(167,8,192); }

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