Html Css Color HEX #A0489C Violet Blue

📋 copy color: '#A0489C'

red 160 ◦ green 72 ◦ blue 156

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

Shades of Violet Blue #A0489C

Tints of Violet Blue #A0489C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 41.24%
G = 18.56%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0489C (or 0xA0489C) is known color: Violet Blue. HEX triplet: A0, 48 and 9C. RGB value is (160,72,156). Sum of RGB (Red+Green+Blue) = 160+72+156=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0489C is #5FB763. Grayscale: #6B6B6B. Windows color (decimal): -6272868 or 10242208. OLE color: 10242208.

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

Color convert

RGB 160 72 156 -
CMYK 0 0.55 0.02 0.37
HSL 302.73º 0.38% 0.45% -
HSV(B) 302.73º 0.55% 0.63% -
XYZ 22.82 14.51 33.05 -
YUV 107.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 160 72 156 0 0.55 0.02 0.37 302.73 0.38 0.45
Hex A0 48 9C 0 37 2 25 12F 26 2D
Octal 240 110 234 0 67 2 45 457 46 55
Binary 10100000 1001000 10011100 0 110111 10 100101 100101111 100110 101101

Color Harmonies of #A0489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0489C

Black with #A0489C

Text Example


Text Example

White with #A0489C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0489C; }

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

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

background-color css

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

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

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

border-color css

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

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

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