Html Css Color HEX #A04190 Violet Blue

📋 copy color: '#A04190'

red 160 ◦ green 65 ◦ blue 144

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

Shades of Violet Blue #A04190

Tints of Violet Blue #A04190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 43.36%
G = 17.62%
B = 39.02%

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

#A04190 (or 0xA04190) is known color: Violet Blue. HEX triplet: A0, 41 and 90. RGB value is (160,65,144). Sum of RGB (Red+Green+Blue) = 160+65+144=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A04190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04190 is #5FBE6F. Grayscale: #666666. Windows color (decimal): -6274672 or 9453984. OLE color: 9453984.

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

Color convert

RGB 160 65 144 -
CMYK 0 0.59 0.1 0.37
HSL 310.11º 0.42% 0.44% -
HSV(B) 310.11º 0.59% 0.63% -
XYZ 21.42 13.27 27.82 -
YUV 102.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 160 65 144 0 0.59 0.1 0.37 310.11 0.42 0.44
Hex A0 41 90 0 3B A 25 136 2A 2C
Octal 240 101 220 0 73 12 45 466 52 54
Binary 10100000 1000001 10010000 0 111011 1010 100101 100110110 101010 101100

Color Harmonies of #A04190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04190

Black with #A04190

Text Example


Text Example

White with #A04190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04190; }

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

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

background-color css

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

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

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

border-color css

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

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

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