Html Css Color HEX #A708DF Dark Violet

📋 copy color: '#A708DF'

red 167 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #A708DF

Tints of Dark Violet #A708DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 41.96%
G = 2.01%
B = 56.03%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A708DF (or 0xA708DF) is known color: Dark Violet. HEX triplet: A7, 08 and DF. RGB value is (167,8,223). Sum of RGB (Red+Green+Blue) = 167+8+223=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #A708DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708DF is #58F720. Grayscale: #4F4F4F. Windows color (decimal): -5830433 or 14616743. OLE color: 14616743.

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

Color convert

RGB 167 8 223 -
CMYK 0.25 0.96 0 0.13
HSL 284.37º 0.93% 0.45% -
HSV(B) 284.37º 0.96% 0.87% -
XYZ 29.34 13.72 70.91 -
YUV 80.05 208.68 190.02 -
System Red Green Blue C M Y K H S L
Decimal 167 8 223 0.25 0.96 0 0.13 284.37 0.93 0.45
Hex A7 8 DF 19 60 0 D 11C 5D 2D
Octal 247 10 337 31 140 0 15 434 135 55
Binary 10100111 1000 11011111 11001 1100000 0 1101 100011100 1011101 101101

Color Harmonies of #A708DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A708DF

Black with #A708DF

Text Example


Text Example

White with #A708DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A708DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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