Html Css Color HEX #A708CC Dark Violet

📋 copy color: '#A708CC'

red 167 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #A708CC

Tints of Dark Violet #A708CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 44.06%
G = 2.11%
B = 53.83%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A708CC (or 0xA708CC) is known color: Dark Violet. HEX triplet: A7, 08 and CC. RGB value is (167,8,204). Sum of RGB (Red+Green+Blue) = 167+8+204=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #A708CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708CC is #58F733. Grayscale: #4D4D4D. Windows color (decimal): -5830452 or 13371559. OLE color: 13371559.

HSL color Cylindrical-coordinate representation of color #A708CC: hue angle of 288.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708CC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 8 204 -
CMYK 0.18 0.96 0 0.2
HSL 288.67º 0.92% 0.42% -
HSV(B) 288.67º 0.96% 0.8% -
XYZ 26.92 12.75 58.17 -
YUV 77.89 199.18 191.56 -
System Red Green Blue C M Y K H S L
Decimal 167 8 204 0.18 0.96 0 0.2 288.67 0.92 0.42
Hex A7 8 CC 12 60 0 14 121 5C 2A
Octal 247 10 314 22 140 0 24 441 134 52
Binary 10100111 1000 11001100 10010 1100000 0 10100 100100001 1011100 101010

Color Harmonies of #A708CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A708CC

Black with #A708CC

Text Example


Text Example

White with #A708CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A708CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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