Html Css Color HEX #A0489E Violet Blue

📋 copy color: '#A0489E'

red 160 ◦ green 72 ◦ blue 158

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

Shades of Violet Blue #A0489E

Tints of Violet Blue #A0489E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 41.03%
G = 18.46%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0489E (or 0xA0489E) is known color: Violet Blue. HEX triplet: A0, 48 and 9E. RGB value is (160,72,158). Sum of RGB (Red+Green+Blue) = 160+72+158=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A0489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0489E is #5FB761. Grayscale: #6B6B6B. Windows color (decimal): -6272866 or 10373280. OLE color: 10373280.

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

Color convert

RGB 160 72 158 -
CMYK 0 0.55 0.01 0.37
HSL 301.36º 0.38% 0.45% -
HSV(B) 301.36º 0.55% 0.63% -
XYZ 22.99 14.58 33.95 -
YUV 108.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 160 72 158 0 0.55 0.01 0.37 301.36 0.38 0.45
Hex A0 48 9E 0 37 1 25 12D 26 2D
Octal 240 110 236 0 67 1 45 455 46 55
Binary 10100000 1001000 10011110 0 110111 1 100101 100101101 100110 101101

Color Harmonies of #A0489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0489E

Black with #A0489E

Text Example


Text Example

White with #A0489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0489E; }

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

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

background-color css

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

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

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

border-color css

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

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

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