Html Css Color HEX #A700BA Dark Violet

📋 copy color: '#A700BA'

red 167 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #A700BA

Tints of Dark Violet #A700BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.31%
G = 0%
B = 52.69%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A700BA (or 0xA700BA) is known color: Dark Violet. HEX triplet: A7, 00 and BA. RGB value is (167,0,186). Sum of RGB (Red+Green+Blue) = 167+0+186=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #A700BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700BA is #58FF45. Grayscale: #464646. Windows color (decimal): -5832518 or 12189863. OLE color: 12189863.

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

Color convert

RGB 167 0 186 -
CMYK 0.10 1 0 0.27
HSL 293.87º 1% 0.36% -
HSV(B) 293.87º 1% 0.73% -
XYZ 24.8 11.76 47.42 -
YUV 71.14 192.83 196.38 -
System Red Green Blue C M Y K H S L
Decimal 167 0 186 0.10 1 0 0.27 293.87 1 0.36
Hex A7 0 BA A 64 0 1B 126 64 24
Octal 247 0 272 12 144 0 33 446 144 44
Binary 10100111 0 10111010 1010 1100100 0 11011 100100110 1100100 100100

Color Harmonies of #A700BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700BA

Black with #A700BA

Text Example


Text Example

White with #A700BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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