Html Css Color HEX #A706CE Dark Violet

📋 copy color: '#A706CE'

red 167 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #A706CE

Tints of Dark Violet #A706CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.58%

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

R = 44.06%
G = 1.58%
B = 54.35%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A706CE (or 0xA706CE) is known color: Dark Violet. HEX triplet: A7, 06 and CE. RGB value is (167,6,206). Sum of RGB (Red+Green+Blue) = 167+6+206=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #A706CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706CE is #58F931. Grayscale: #4C4C4C. Windows color (decimal): -5830962 or 13502119. OLE color: 13502119.

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

Color convert

RGB 167 6 206 -
CMYK 0.19 0.97 0 0.19
HSL 288.3º 0.94% 0.42% -
HSV(B) 288.3º 0.97% 0.81% -
XYZ 27.14 12.8 59.43 -
YUV 76.94 200.84 192.24 -
System Red Green Blue C M Y K H S L
Decimal 167 6 206 0.19 0.97 0 0.19 288.3 0.94 0.42
Hex A7 6 CE 13 61 0 13 120 5E 2A
Octal 247 6 316 23 141 0 23 440 136 52
Binary 10100111 110 11001110 10011 1100001 0 10011 100100000 1011110 101010

Color Harmonies of #A706CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706CE

Black with #A706CE

Text Example


Text Example

White with #A706CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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