Html Css Color HEX #A0589B Violet Blue

📋 copy color: '#A0589B'

red 160 ◦ green 88 ◦ blue 155

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

Shades of Violet Blue #A0589B

Tints of Violet Blue #A0589B

RGB

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

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

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

R = 39.7%
G = 21.84%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0589B (or 0xA0589B) is known color: Violet Blue. HEX triplet: A0, 58 and 9B. RGB value is (160,88,155). Sum of RGB (Red+Green+Blue) = 160+88+155=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0589B is #5FA764. Grayscale: #747474. Windows color (decimal): -6268773 or 10180768. OLE color: 10180768.

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

Color convert

RGB 160 88 155 -
CMYK 0 0.45 0.03 0.37
HSL 304.17º 0.29% 0.49% -
HSV(B) 304.17º 0.45% 0.63% -
XYZ 23.9 16.82 33 -
YUV 117.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 160 88 155 0 0.45 0.03 0.37 304.17 0.29 0.49
Hex A0 58 9B 0 2D 3 25 130 1D 31
Octal 240 130 233 0 55 3 45 460 35 61
Binary 10100000 1011000 10011011 0 101101 11 100101 100110000 11101 110001

Color Harmonies of #A0589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0589B

Black with #A0589B

Text Example


Text Example

White with #A0589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0589B; }

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

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

background-color css

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

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

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

border-color css

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

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

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