Html Css Color HEX #A0559B Violet Blue

📋 copy color: '#A0559B'

red 160 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #A0559B

Tints of Violet Blue #A0559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

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

R = 40%
G = 21.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0559B (or 0xA0559B) is known color: Violet Blue. HEX triplet: A0, 55 and 9B. RGB value is (160,85,155). Sum of RGB (Red+Green+Blue) = 160+85+155=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0559B is #5FAA64. Grayscale: #737373. Windows color (decimal): -6269541 or 10180000. OLE color: 10180000.

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

Color convert

RGB 160 85 155 -
CMYK 0 0.47 0.03 0.37
HSL 304º 0.31% 0.48% -
HSV(B) 304º 0.47% 0.63% -
XYZ 23.66 16.34 32.92 -
YUV 115.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 160 85 155 0 0.47 0.03 0.37 304 0.31 0.48
Hex A0 55 9B 0 2F 3 25 130 1F 30
Octal 240 125 233 0 57 3 45 460 37 60
Binary 10100000 1010101 10011011 0 101111 11 100101 100110000 11111 110000

Color Harmonies of #A0559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0559B

Black with #A0559B

Text Example


Text Example

White with #A0559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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