Html Css Color HEX #A0589E Violet Blue

📋 copy color: '#A0589E'

red 160 ◦ green 88 ◦ blue 158

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

Shades of Violet Blue #A0589E

Tints of Violet Blue #A0589E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

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

R = 39.41%
G = 21.67%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0589E (or 0xA0589E) is known color: Violet Blue. HEX triplet: A0, 58 and 9E. RGB value is (160,88,158). Sum of RGB (Red+Green+Blue) = 160+88+158=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A0589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0589E is #5FA761. Grayscale: #757575. Windows color (decimal): -6268770 or 10377376. OLE color: 10377376.

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

Color convert

RGB 160 88 158 -
CMYK 0 0.45 0.01 0.37
HSL 301.67º 0.29% 0.49% -
HSV(B) 301.67º 0.45% 0.63% -
XYZ 24.16 16.92 34.34 -
YUV 117.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 160 88 158 0 0.45 0.01 0.37 301.67 0.29 0.49
Hex A0 58 9E 0 2D 1 25 12E 1D 31
Octal 240 130 236 0 55 1 45 456 35 61
Binary 10100000 1011000 10011110 0 101101 1 100101 100101110 11101 110001

Color Harmonies of #A0589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0589E

Black with #A0589E

Text Example


Text Example

White with #A0589E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0589E; }

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

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

background-color css

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

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

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

border-color css

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

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

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