Html Css Color HEX #A05490 Violet Blue

📋 copy color: '#A05490'

red 160 ◦ green 84 ◦ blue 144

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

Shades of Violet Blue #A05490

Tints of Violet Blue #A05490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 41.24%
G = 21.65%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A05490 (or 0xA05490) is known color: Violet Blue. HEX triplet: A0, 54 and 90. RGB value is (160,84,144). Sum of RGB (Red+Green+Blue) = 160+84+144=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A05490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05490 is #5FAB6F. Grayscale: #717171. Windows color (decimal): -6269808 or 9458848. OLE color: 9458848.

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

Color convert

RGB 160 84 144 -
CMYK 0 0.48 0.1 0.37
HSL 312.63º 0.31% 0.48% -
HSV(B) 312.63º 0.48% 0.63% -
XYZ 22.7 15.83 28.24 -
YUV 113.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 160 84 144 0 0.48 0.1 0.37 312.63 0.31 0.48
Hex A0 54 90 0 30 A 25 139 1F 30
Octal 240 124 220 0 60 12 45 471 37 60
Binary 10100000 1010100 10010000 0 110000 1010 100101 100111001 11111 110000

Color Harmonies of #A05490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05490

Black with #A05490

Text Example


Text Example

White with #A05490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05490; }

 p { color: rgb(160,84,144); }

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

background-color css

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

 a { background-color: rgb(160,84,144); }

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

border-color css

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

 span { border-color: rgb(160,84,144); }

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