Html Css Color HEX #A707BA Dark Violet

📋 copy color: '#A707BA'

red 167 ◦ green 7 ◦ blue 186

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

Shades of Dark Violet #A707BA

Tints of Dark Violet #A707BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.94%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 46.39%
G = 1.94%
B = 51.67%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A707BA (or 0xA707BA) is known color: Dark Violet. HEX triplet: A7, 07 and BA. RGB value is (167,7,186). Sum of RGB (Red+Green+Blue) = 167+7+186=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #A707BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707BA is #58F845. Grayscale: #4A4A4A. Windows color (decimal): -5830726 or 12191655. OLE color: 12191655.

HSL color Cylindrical-coordinate representation of color #A707BA: hue angle of 293.63º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A707BA is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 7 186 -
CMYK 0.10 0.96 0 0.27
HSL 293.63º 0.93% 0.38% -
HSV(B) 293.63º 0.96% 0.73% -
XYZ 24.88 11.91 47.44 -
YUV 75.25 190.51 193.45 -
System Red Green Blue C M Y K H S L
Decimal 167 7 186 0.10 0.96 0 0.27 293.63 0.93 0.38
Hex A7 7 BA A 60 0 1B 126 5D 26
Octal 247 7 272 12 140 0 33 446 135 46
Binary 10100111 111 10111010 1010 1100000 0 11011 100100110 1011101 100110

Color Harmonies of #A707BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A707BA

Black with #A707BA

Text Example


Text Example

White with #A707BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A707BA; }

 p { color: rgb(167,7,186); }

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

background-color css

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

 a { background-color: rgb(167,7,186); }

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

border-color css

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

 span { border-color: rgb(167,7,186); }

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