#A307B5

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

Shades of Dark Violet #A307B5

Tints of Dark Violet #A307B5

Color information

#A307B5 (or 0xA307B5) is unknown color: approx Dark Violet. HEX triplet: A3, 07 and B5. RGB value is (163,7,181). Sum of RGB (Red+Green+Blue) = 163+7+181=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #A307B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307B5 is #5CF84A. Grayscale: #484848. Windows color (decimal): -6092875 or 11863971. OLE color: 11863971.

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

Color convert

RGB1637181-
CMYK0.100.9600.29
HSL293.79º92.55%36.86%-
HSV(B)293.79º96.13%70.98%-
XYZ23.5211.2744.65-
YUV73.48188.68191.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 181 (71.09% from 255) = 51.57%
R=46.44%
G=1.99%
B=51.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16371810.100.9600.29293.7992.5536.86
HexA37B5A6001D1265d25
Octal24372651214003544613545
Binary1010001111110110101101011000000111011001001101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A307B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A307B5; }

 p { color: rgb(163,7,181); }

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

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

 a { background-color: rgb(163,7,181); }

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

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

 span { border-color: rgb(163,7,181); }

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