Html Css Color HEX #A706B8 Dark Violet

📋 copy color: '#A706B8'

red 167 ◦ green 6 ◦ blue 184

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

Shades of Dark Violet #A706B8

Tints of Dark Violet #A706B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.54%

R = 46.78%
G = 1.68%
B = 51.54%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A706B8 (or 0xA706B8) is known color: Dark Violet. HEX triplet: A7, 06 and B8. RGB value is (167,6,184). Sum of RGB (Red+Green+Blue) = 167+6+184=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #A706B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706B8 is #58F947. Grayscale: #494949. Windows color (decimal): -5830984 or 12060327. OLE color: 12060327.

HSL color Cylindrical-coordinate representation of color #A706B8: hue angle of 294.27º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706B8 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 6 184 -
CMYK 0.09 0.97 0 0.28
HSL 294.27º 0.94% 0.37% -
HSV(B) 294.27º 0.97% 0.72% -
XYZ 24.65 11.81 46.33 -
YUV 74.43 189.84 194.03 -
System Red Green Blue C M Y K H S L
Decimal 167 6 184 0.09 0.97 0 0.28 294.27 0.94 0.37
Hex A7 6 B8 9 61 0 1C 126 5E 25
Octal 247 6 270 11 141 0 34 446 136 45
Binary 10100111 110 10111000 1001 1100001 0 11100 100100110 1011110 100101

Color Harmonies of #A706B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706B8

Black with #A706B8

Text Example


Text Example

White with #A706B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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