Html Css Color HEX #A04790 Violet Blue

📋 copy color: '#A04790'

red 160 ◦ green 71 ◦ blue 144

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

Shades of Violet Blue #A04790

Tints of Violet Blue #A04790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

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

R = 42.67%
G = 18.93%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A04790 (or 0xA04790) is known color: Violet Blue. HEX triplet: A0, 47 and 90. RGB value is (160,71,144). Sum of RGB (Red+Green+Blue) = 160+71+144=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A04790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04790 is #5FB86F. Grayscale: #696969. Windows color (decimal): -6273136 or 9455520. OLE color: 9455520.

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

Color convert

RGB 160 71 144 -
CMYK 0 0.56 0.1 0.37
HSL 310.79º 0.39% 0.45% -
HSV(B) 310.79º 0.56% 0.63% -
XYZ 21.78 13.99 27.94 -
YUV 105.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 160 71 144 0 0.56 0.1 0.37 310.79 0.39 0.45
Hex A0 47 90 0 38 A 25 137 27 2D
Octal 240 107 220 0 70 12 45 467 47 55
Binary 10100000 1000111 10010000 0 111000 1010 100101 100110111 100111 101101

Color Harmonies of #A04790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04790

Black with #A04790

Text Example


Text Example

White with #A04790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04790; }

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

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

background-color css

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

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

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

border-color css

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

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

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