#A307B0

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

Shades of Dark Violet #A307B0

Tints of Dark Violet #A307B0

Color information

#A307B0 (or 0xA307B0) is unknown color: approx Dark Violet. HEX triplet: A3, 07 and B0. RGB value is (163,7,176). Sum of RGB (Red+Green+Blue) = 163+7+176=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #A307B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A307B0 is #5CF84F. Grayscale: #484848. Windows color (decimal): -6092880 or 11536291. OLE color: 11536291.

HSL color Cylindrical-coordinate representation of color #A307B0: hue angle of 295.38º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A307B0 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1637176-
CMYK0.070.9600.31
HSL295.38º92.35%35.88%-
HSV(B)295.38º96.02%69.02%-
XYZ23.0211.0742-
YUV72.91186.18192.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 7 (3.12% from 255) = 2.02%
BLUE value IS 176 (69.14% from 255) = 50.87%
R=47.11%
G=2.02%
B=50.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16371760.070.9600.31295.3892.3535.88
HexA37B076001F1275c24
Octal2437260714003744713444
Binary101000111111011000011111000000111111001001111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A307B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A307B0; }

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

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

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

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

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

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

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

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