#A0309B

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

Shades of Vivid Violet #A0309B

Tints of Vivid Violet #A0309B

Color information

#A0309B (or 0xA0309B) is unknown color: approx Vivid Violet. HEX triplet: A0, 30 and 9B. RGB value is (160,48,155). Sum of RGB (Red+Green+Blue) = 160+48+155=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0309B is #5FCF64. Grayscale: #5D5D5D. Windows color (decimal): -6279013 or 10170528. OLE color: 10170528.

HSL color Cylindrical-coordinate representation of color #A0309B: hue angle of 302.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0309B is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB16048155-
CMYK00.700.030.37
HSL302.68º53.85%40.78%-
HSV(B)302.68º70%62.75%-
XYZ21.4711.9532.19-
YUV93.69162.61175.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 48 (19.14% from 255) = 13.22%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=44.08%
G=13.22%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604815500.700.030.37302.6853.8540.78
HexA0309B04632512f3629
Octal2406023301063454576651
Binary10100000110000100110110100011011100101100101111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0309B; }

 p { color: rgb(160,48,155); }

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

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

 a { background-color: rgb(160,48,155); }

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

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

 span { border-color: rgb(160,48,155); }

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