Html Css Color HEX #A04291 Violet Blue

📋 copy color: '#A04291'

red 160 ◦ green 66 ◦ blue 145

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

Shades of Violet Blue #A04291

Tints of Violet Blue #A04291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 43.13%
G = 17.79%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A04291 (or 0xA04291) is known color: Violet Blue. HEX triplet: A0, 42 and 91. RGB value is (160,66,145). Sum of RGB (Red+Green+Blue) = 160+66+145=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A04291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04291 is #5FBD6E. Grayscale: #666666. Windows color (decimal): -6274415 or 9519776. OLE color: 9519776.

HSL color Cylindrical-coordinate representation of color #A04291: hue angle of 309.57º 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 #A04291 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 145 -
CMYK 0 0.59 0.09 0.37
HSL 309.57º 0.42% 0.44% -
HSV(B) 309.57º 0.59% 0.63% -
XYZ 21.56 13.41 28.24 -
YUV 103.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 160 66 145 0 0.59 0.09 0.37 309.57 0.42 0.44
Hex A0 42 91 0 3B 9 25 136 2A 2C
Octal 240 102 221 0 73 11 45 466 52 54
Binary 10100000 1000010 10010001 0 111011 1001 100101 100110110 101010 101100

Color Harmonies of #A04291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04291

Black with #A04291

Text Example


Text Example

White with #A04291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04291; }

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

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

background-color css

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

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

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

border-color css

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

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

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