Html Css Color HEX #A708CE Dark Violet

📋 copy color: '#A708CE'

red 167 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #A708CE

Tints of Dark Violet #A708CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 43.83%
G = 2.1%
B = 54.07%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A708CE (or 0xA708CE) is known color: Dark Violet. HEX triplet: A7, 08 and CE. RGB value is (167,8,206). Sum of RGB (Red+Green+Blue) = 167+8+206=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #A708CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708CE is #58F731. Grayscale: #4D4D4D. Windows color (decimal): -5830450 or 13502631. OLE color: 13502631.

HSL color Cylindrical-coordinate representation of color #A708CE: hue angle of 288.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708CE is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 8 206 -
CMYK 0.19 0.96 0 0.19
HSL 288.18º 0.93% 0.42% -
HSV(B) 288.18º 0.96% 0.81% -
XYZ 27.16 12.85 59.44 -
YUV 78.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 167 8 206 0.19 0.96 0 0.19 288.18 0.93 0.42
Hex A7 8 CE 13 60 0 13 120 5D 2A
Octal 247 10 316 23 140 0 23 440 135 52
Binary 10100111 1000 11001110 10011 1100000 0 10011 100100000 1011101 101010

Color Harmonies of #A708CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A708CE

Black with #A708CE

Text Example


Text Example

White with #A708CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A708CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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