Html Css Color HEX #A0309B Vivid Violet

📋 copy color: '#A0309B'

red 160 ◦ green 48 ◦ blue 155

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

Shades of Vivid Violet #A0309B

Tints of Vivid Violet #A0309B

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.7%

R = 44.08%
G = 13.22%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0309B (or 0xA0309B) is known color: 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

RGB 160 48 155 -
CMYK 0 0.70 0.03 0.37
HSL 302.68º 0.54% 0.41% -
HSV(B) 302.68º 0.7% 0.63% -
XYZ 21.47 11.95 32.19 -
YUV 93.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 160 48 155 0 0.70 0.03 0.37 302.68 0.54 0.41
Hex A0 30 9B 0 46 3 25 12F 36 29
Octal 240 60 233 0 106 3 45 457 66 51
Binary 10100000 110000 10011011 0 1000110 11 100101 100101111 110110 101001

Color Harmonies of #A0309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0309B

Black with #A0309B

Text Example


Text Example

White with #A0309B

Text Example


Text Example

HTML Codes & Css Web 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>