Html Css Color HEX #A04490 Violet Blue

📋 copy color: '#A04490'

red 160 ◦ green 68 ◦ blue 144

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

Shades of Violet Blue #A04490

Tints of Violet Blue #A04490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

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

R = 43.01%
G = 18.28%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A04490 (or 0xA04490) is known color: Violet Blue. HEX triplet: A0, 44 and 90. RGB value is (160,68,144). Sum of RGB (Red+Green+Blue) = 160+68+144=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A04490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04490 is #5FBB6F. Grayscale: #676767. Windows color (decimal): -6273904 or 9454752. OLE color: 9454752.

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

Color convert

RGB 160 68 144 -
CMYK 0 0.57 0.1 0.37
HSL 310.43º 0.4% 0.45% -
HSV(B) 310.43º 0.58% 0.63% -
XYZ 21.6 13.62 27.88 -
YUV 104.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 160 68 144 0 0.57 0.1 0.37 310.43 0.4 0.45
Hex A0 44 90 0 39 A 25 136 28 2D
Octal 240 104 220 0 71 12 45 466 50 55
Binary 10100000 1000100 10010000 0 111001 1010 100101 100110110 101000 101101

Color Harmonies of #A04490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04490

Black with #A04490

Text Example


Text Example

White with #A04490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04490; }

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

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

background-color css

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

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

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

border-color css

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

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

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