Html Css Color HEX #A706CC Dark Violet

📋 copy color: '#A706CC'

red 167 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #A706CC

Tints of Dark Violet #A706CC

RGB

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

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

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

R = 44.3%
G = 1.59%
B = 54.11%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A706CC (or 0xA706CC) is known color: Dark Violet. HEX triplet: A7, 06 and CC. RGB value is (167,6,204). Sum of RGB (Red+Green+Blue) = 167+6+204=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #A706CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706CC is #58F933. Grayscale: #4C4C4C. Windows color (decimal): -5830964 or 13371047. OLE color: 13371047.

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

Color convert

RGB 167 6 204 -
CMYK 0.18 0.97 0 0.2
HSL 288.79º 0.94% 0.41% -
HSV(B) 288.79º 0.97% 0.8% -
XYZ 26.9 12.71 58.16 -
YUV 76.71 199.84 192.4 -
System Red Green Blue C M Y K H S L
Decimal 167 6 204 0.18 0.97 0 0.2 288.79 0.94 0.41
Hex A7 6 CC 12 61 0 14 121 5E 29
Octal 247 6 314 22 141 0 24 441 136 51
Binary 10100111 110 11001100 10010 1100001 0 10100 100100001 1011110 101001

Color Harmonies of #A706CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706CC

Black with #A706CC

Text Example


Text Example

White with #A706CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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