Html Css Color HEX #A05990 Violet Blue

📋 copy color: '#A05990'

red 160 ◦ green 89 ◦ blue 144

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

Shades of Violet Blue #A05990

Tints of Violet Blue #A05990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.65%

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

R = 40.71%
G = 22.65%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A05990 (or 0xA05990) is known color: Violet Blue. HEX triplet: A0, 59 and 90. RGB value is (160,89,144). Sum of RGB (Red+Green+Blue) = 160+89+144=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A05990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05990 is #5FA66F. Grayscale: #747474. Windows color (decimal): -6268528 or 9460128. OLE color: 9460128.

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

Color convert

RGB 160 89 144 -
CMYK 0 0.44 0.1 0.37
HSL 313.52º 0.29% 0.49% -
HSV(B) 313.52º 0.44% 0.63% -
XYZ 23.1 16.63 28.38 -
YUV 116.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 160 89 144 0 0.44 0.1 0.37 313.52 0.29 0.49
Hex A0 59 90 0 2C A 25 13A 1D 31
Octal 240 131 220 0 54 12 45 472 35 61
Binary 10100000 1011001 10010000 0 101100 1010 100101 100111010 11101 110001

Color Harmonies of #A05990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05990

Black with #A05990

Text Example


Text Example

White with #A05990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05990; }

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

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

background-color css

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

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

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

border-color css

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

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

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