Html Css Color HEX #A04390 Violet Blue

📋 copy color: '#A04390'

red 160 ◦ green 67 ◦ blue 144

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

Shades of Violet Blue #A04390

Tints of Violet Blue #A04390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.06%

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

R = 43.13%
G = 18.06%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A04390 (or 0xA04390) is known color: Violet Blue. HEX triplet: A0, 43 and 90. RGB value is (160,67,144). Sum of RGB (Red+Green+Blue) = 160+67+144=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A04390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04390 is #5FBC6F. Grayscale: #676767. Windows color (decimal): -6274160 or 9454496. OLE color: 9454496.

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

Color convert

RGB 160 67 144 -
CMYK 0 0.58 0.1 0.37
HSL 310.32º 0.41% 0.45% -
HSV(B) 310.32º 0.58% 0.63% -
XYZ 21.54 13.5 27.86 -
YUV 103.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 160 67 144 0 0.58 0.1 0.37 310.32 0.41 0.45
Hex A0 43 90 0 3A A 25 136 29 2D
Octal 240 103 220 0 72 12 45 466 51 55
Binary 10100000 1000011 10010000 0 111010 1010 100101 100110110 101001 101101

Color Harmonies of #A04390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04390

Black with #A04390

Text Example


Text Example

White with #A04390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04390; }

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

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

background-color css

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

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

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

border-color css

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

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

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