#a707bb

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

Shades of Dark Violet #A707BB

Tints of Dark Violet #A707BB

Color information

#A707BB (or 0xA707BB) is unknown color: approx Dark Violet. HEX triplet: A7, 07 and BB. RGB value is (167,7,187). Sum of RGB (Red+Green+Blue) = 167+7+187=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #A707BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707BB is #58F844. Grayscale: #4A4A4A. Windows color (decimal): -5830725 or 12257191. OLE color: 12257191.

HSL color Cylindrical-coordinate representation of color #A707BB: hue angle of 293.33º 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 #A707BB is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1677187-
CMYK0.110.9600.27
HSL293.33º92.78%38.04%-
HSV(B)293.33º96.26%73.33%-
XYZ24.9811.9648-
YUV75.36191.01193.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 7 (3.12% from 255) = 1.94%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=46.26%
G=1.94%
B=51.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16771870.110.9600.27293.3392.7838.04
HexA77BBB6001B1255d26
Octal24772731314003344513546
Binary1010011111110111011101111000000110111001001011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a707bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a707bb; }

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

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

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

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

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

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

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

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