Html Css Color HEX #A04290 Violet Blue

📋 copy color: '#A04290'

red 160 ◦ green 66 ◦ blue 144

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

Shades of Violet Blue #A04290

Tints of Violet Blue #A04290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.84%

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

R = 43.24%
G = 17.84%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A04290 (or 0xA04290) is known color: Violet Blue. HEX triplet: A0, 42 and 90. RGB value is (160,66,144). Sum of RGB (Red+Green+Blue) = 160+66+144=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A04290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04290 is #5FBD6F. Grayscale: #666666. Windows color (decimal): -6274416 or 9454240. OLE color: 9454240.

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

Color convert

RGB 160 66 144 -
CMYK 0 0.59 0.1 0.37
HSL 310.21º 0.42% 0.44% -
HSV(B) 310.21º 0.59% 0.63% -
XYZ 21.48 13.38 27.84 -
YUV 103 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 160 66 144 0 0.59 0.1 0.37 310.21 0.42 0.44
Hex A0 42 90 0 3B A 25 136 2A 2C
Octal 240 102 220 0 73 12 45 466 52 54
Binary 10100000 1000010 10010000 0 111011 1010 100101 100110110 101010 101100

Color Harmonies of #A04290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04290

Black with #A04290

Text Example


Text Example

White with #A04290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04290; }

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

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

background-color css

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

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

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

border-color css

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

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

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