Html Css Color HEX #A05790 Violet Blue

📋 copy color: '#A05790'

red 160 ◦ green 87 ◦ blue 144

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

Shades of Violet Blue #A05790

Tints of Violet Blue #A05790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.25%

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

R = 40.92%
G = 22.25%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A05790 (or 0xA05790) is known color: Violet Blue. HEX triplet: A0, 57 and 90. RGB value is (160,87,144). Sum of RGB (Red+Green+Blue) = 160+87+144=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A05790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05790 is #5FA86F. Grayscale: #737373. Windows color (decimal): -6269040 or 9459616. OLE color: 9459616.

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

Color convert

RGB 160 87 144 -
CMYK 0 0.46 0.1 0.37
HSL 313.15º 0.3% 0.48% -
HSV(B) 313.15º 0.46% 0.63% -
XYZ 22.94 16.3 28.32 -
YUV 115.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 160 87 144 0 0.46 0.1 0.37 313.15 0.3 0.48
Hex A0 57 90 0 2E A 25 139 1E 30
Octal 240 127 220 0 56 12 45 471 36 60
Binary 10100000 1010111 10010000 0 101110 1010 100101 100111001 11110 110000

Color Harmonies of #A05790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05790

Black with #A05790

Text Example


Text Example

White with #A05790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05790; }

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

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

background-color css

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

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

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

border-color css

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

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

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