Html Css Color HEX #A0309F Vivid Violet

📋 copy color: '#A0309F'

red 160 ◦ green 48 ◦ blue 159

#A0309F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #A0309F

Tints of Vivid Violet #A0309F

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

 GREEN value IS 48 (19.14% from 255) = 13.08%

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 43.6%
G = 13.08%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0309F (or 0xA0309F) is known color: Vivid Violet. HEX triplet: A0, 30 and 9F. RGB value is (160,48,159). Sum of RGB (Red+Green+Blue) = 160+48+159=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0309F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0309F is #5FCF60. Grayscale: #5D5D5D. Windows color (decimal): -6279009 or 10432672. OLE color: 10432672.

HSL color Cylindrical-coordinate representation of color #A0309F: hue angle of 300.54º 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 #A0309F is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 159 -
CMYK 0 0.70 0.01 0.37
HSL 300.54º 0.54% 0.41% -
HSV(B) 300.54º 0.7% 0.63% -
XYZ 21.81 12.09 33.99 -
YUV 94.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 160 48 159 0 0.70 0.01 0.37 300.54 0.54 0.41
Hex A0 30 9F 0 46 1 25 12D 36 29
Octal 240 60 237 0 106 1 45 455 66 51
Binary 10100000 110000 10011111 0 1000110 1 100101 100101101 110110 101001

Color Harmonies of #A0309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0309F

Black with #A0309F

Text Example


Text Example

White with #A0309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0309F; }

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

 H1.HeaderClassName
 {
   color: #A0309F;
 }
 .AnyTagClassName
 {
   color: #A0309F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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