#A700B3

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

Shades of Dark Violet #A700B3

Tints of Dark Violet #A700B3

Color information

#A700B3 (or 0xA700B3) is unknown color: approx Dark Violet. HEX triplet: A7, 00 and B3. RGB value is (167,0,179). Sum of RGB (Red+Green+Blue) = 167+0+179=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #A700B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700B3 is #58FF4C. Grayscale: #454545. Windows color (decimal): -5832525 or 11731111. OLE color: 11731111.

HSL color Cylindrical-coordinate representation of color #A700B3: hue angle of 295.98º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700B3 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1670179-
CMYK0.07100.30
HSL295.98º100%35.1%-
HSV(B)295.98º100%70.2%-
XYZ24.0711.4743.59-
YUV70.34189.33196.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 179 (70.31% from 255) = 51.73%
R=48.27%
G=0%
B=51.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16701790.07100.30295.9810035.1
HexA70B376401E1286423
Octal2470263714403645014443
Binary1010011101011001111111001000111101001010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A700B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A700B3; }

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

 H1.HeaderClassName
 {
   color: #A700B3;
 }
 .AnyTagClassName
 {
   color: #A700B3;
 }
</style>
background-color css

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

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

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

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

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

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