Html Css Color HEX #A0589F Violet Blue

📋 copy color: '#A0589F'

red 160 ◦ green 88 ◦ blue 159

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

Shades of Violet Blue #A0589F

Tints of Violet Blue #A0589F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 39.31%
G = 21.62%
B = 39.07%

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

#A0589F (or 0xA0589F) is known color: Violet Blue. HEX triplet: A0, 58 and 9F. RGB value is (160,88,159). Sum of RGB (Red+Green+Blue) = 160+88+159=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A0589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0589F is #5FA760. Grayscale: #757575. Windows color (decimal): -6268769 or 10442912. OLE color: 10442912.

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

Color convert

RGB 160 88 159 -
CMYK 0 0.45 0.01 0.37
HSL 300.83º 0.29% 0.49% -
HSV(B) 300.83º 0.45% 0.63% -
XYZ 24.24 16.96 34.8 -
YUV 117.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 160 88 159 0 0.45 0.01 0.37 300.83 0.29 0.49
Hex A0 58 9F 0 2D 1 25 12D 1D 31
Octal 240 130 237 0 55 1 45 455 35 61
Binary 10100000 1011000 10011111 0 101101 1 100101 100101101 11101 110001

Color Harmonies of #A0589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0589F

Black with #A0589F

Text Example


Text Example

White with #A0589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0589F; }

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

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

background-color css

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

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

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

border-color css

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

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

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