Html Css Color HEX #A0289B Vivid Violet

📋 copy color: '#A0289B'

red 160 ◦ green 40 ◦ blue 155

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

Shades of Vivid Violet #A0289B

Tints of Vivid Violet #A0289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.27%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 45.07%
G = 11.27%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0289B (or 0xA0289B) is known color: Vivid Violet. HEX triplet: A0, 28 and 9B. RGB value is (160,40,155). Sum of RGB (Red+Green+Blue) = 160+40+155=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0289B is #5FD764. Grayscale: #585858. Windows color (decimal): -6281061 or 10168480. OLE color: 10168480.

HSL color Cylindrical-coordinate representation of color #A0289B: hue angle of 302.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0289B is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 40 155 -
CMYK 0 0.75 0.03 0.37
HSL 302.5º 0.6% 0.39% -
HSV(B) 302.5º 0.75% 0.63% -
XYZ 21.17 11.36 32.09 -
YUV 88.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 160 40 155 0 0.75 0.03 0.37 302.5 0.6 0.39
Hex A0 28 9B 0 4B 3 25 12E 3C 27
Octal 240 50 233 0 113 3 45 456 74 47
Binary 10100000 101000 10011011 0 1001011 11 100101 100101110 111100 100111

Color Harmonies of #A0289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0289B

Black with #A0289B

Text Example


Text Example

White with #A0289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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