#A107B7

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

Shades of Dark Violet #A107B7

Tints of Dark Violet #A107B7

Color information

#A107B7 (or 0xA107B7) is unknown color: approx Dark Violet. HEX triplet: A1, 07 and B7. RGB value is (161,7,183). Sum of RGB (Red+Green+Blue) = 161+7+183=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #A107B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A107B7 is #5EF848. Grayscale: #484848. Windows color (decimal): -6223945 or 11995041. OLE color: 11995041.

HSL color Cylindrical-coordinate representation of color #A107B7: hue angle of 292.5º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A107B7 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1617183-
CMYK0.120.9600.28
HSL292.5º92.63%37.25%-
HSV(B)292.5º96.17%71.76%-
XYZ23.3211.1545.72-
YUV73.11190.02190.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 183 (71.88% from 255) = 52.14%
R=45.87%
G=1.99%
B=52.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16171830.120.9600.28292.592.6337.25
HexA17B7C6001C1245d25
Octal24172671414003444413545
Binary1010000111110110111110011000000111001001001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A107B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A107B7; }

 p { color: rgb(161,7,183); }

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

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

 a { background-color: rgb(161,7,183); }

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

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

 span { border-color: rgb(161,7,183); }

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