Html Css Color HEX #A0489B Violet Blue

📋 copy color: '#A0489B'

red 160 ◦ green 72 ◦ blue 155

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

Shades of Violet Blue #A0489B

Tints of Violet Blue #A0489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

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

R = 41.34%
G = 18.6%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0489B (or 0xA0489B) is known color: Violet Blue. HEX triplet: A0, 48 and 9B. RGB value is (160,72,155). Sum of RGB (Red+Green+Blue) = 160+72+155=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0489B is #5FB764. Grayscale: #6B6B6B. Windows color (decimal): -6272869 or 10176672. OLE color: 10176672.

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

Color convert

RGB 160 72 155 -
CMYK 0 0.55 0.03 0.37
HSL 303.41º 0.38% 0.45% -
HSV(B) 303.41º 0.55% 0.63% -
XYZ 22.73 14.47 32.61 -
YUV 107.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 160 72 155 0 0.55 0.03 0.37 303.41 0.38 0.45
Hex A0 48 9B 0 37 3 25 12F 26 2D
Octal 240 110 233 0 67 3 45 457 46 55
Binary 10100000 1001000 10011011 0 110111 11 100101 100101111 100110 101101

Color Harmonies of #A0489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0489B

Black with #A0489B

Text Example


Text Example

White with #A0489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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