#A700BA

Color #A700BA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A700BA

Tints of Dark Violet #A700BA

Color information

#A700BA (or 0xA700BA) is unknown color: approx 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

RGB1670186-
CMYK0.10100.27
HSL293.87º100%36.47%-
HSV(B)293.87º100%72.94%-
XYZ24.811.7647.42-
YUV71.14192.83196.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% 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 (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16701860.10100.27293.8710036.47
HexA70BAA6401B1266424
Octal24702721214403344614444
Binary10100111010111010101011001000110111001001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A700BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>