Html Css Color HEX #A706CF Dark Violet

📋 copy color: '#A706CF'

red 167 ◦ green 6 ◦ blue 207

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

Shades of Dark Violet #A706CF

Tints of Dark Violet #A706CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 43.95%
G = 1.58%
B = 54.47%

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

#A706CF (or 0xA706CF) is known color: Dark Violet. HEX triplet: A7, 06 and CF. RGB value is (167,6,207). Sum of RGB (Red+Green+Blue) = 167+6+207=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #A706CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706CF is #58F930. Grayscale: #4C4C4C. Windows color (decimal): -5830961 or 13567655. OLE color: 13567655.

HSL color Cylindrical-coordinate representation of color #A706CF: hue angle of 288.06º 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 #A706CF is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 6 207 -
CMYK 0.19 0.97 0 0.19
HSL 288.06º 0.94% 0.42% -
HSV(B) 288.06º 0.97% 0.81% -
XYZ 27.26 12.85 60.07 -
YUV 77.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 167 6 207 0.19 0.97 0 0.19 288.06 0.94 0.42
Hex A7 6 CF 13 61 0 13 120 5E 2A
Octal 247 6 317 23 141 0 23 440 136 52
Binary 10100111 110 11001111 10011 1100001 0 10011 100100000 1011110 101010

Color Harmonies of #A706CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706CF

Black with #A706CF

Text Example


Text Example

White with #A706CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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