Html Css Color HEX #A706BD Dark Violet

📋 copy color: '#A706BD'

red 167 ◦ green 6 ◦ blue 189

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

Shades of Dark Violet #A706BD

Tints of Dark Violet #A706BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 46.13%
G = 1.66%
B = 52.21%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A706BD (or 0xA706BD) is known color: Dark Violet. HEX triplet: A7, 06 and BD. RGB value is (167,6,189). Sum of RGB (Red+Green+Blue) = 167+6+189=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #A706BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706BD is #58F942. Grayscale: #4A4A4A. Windows color (decimal): -5830979 or 12388007. OLE color: 12388007.

HSL color Cylindrical-coordinate representation of color #A706BD: hue angle of 292.79º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706BD is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 6 189 -
CMYK 0.12 0.97 0 0.26
HSL 292.79º 0.94% 0.38% -
HSV(B) 292.79º 0.97% 0.74% -
XYZ 25.19 12.02 49.14 -
YUV 75 192.34 193.62 -
System Red Green Blue C M Y K H S L
Decimal 167 6 189 0.12 0.97 0 0.26 292.79 0.94 0.38
Hex A7 6 BD C 61 0 1A 125 5E 26
Octal 247 6 275 14 141 0 32 445 136 46
Binary 10100111 110 10111101 1100 1100001 0 11010 100100101 1011110 100110

Color Harmonies of #A706BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706BD

Black with #A706BD

Text Example


Text Example

White with #A706BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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