Html Css Color HEX #A04299 Violet Blue

📋 copy color: '#A04299'

red 160 ◦ green 66 ◦ blue 153

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

Shades of Violet Blue #A04299

Tints of Violet Blue #A04299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 42.22%
G = 17.41%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A04299 (or 0xA04299) is known color: Violet Blue. HEX triplet: A0, 42 and 99. RGB value is (160,66,153). Sum of RGB (Red+Green+Blue) = 160+66+153=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A04299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04299 is #5FBD66. Grayscale: #676767. Windows color (decimal): -6274407 or 10044064. OLE color: 10044064.

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

Color convert

RGB 160 66 153 -
CMYK 0 0.59 0.04 0.37
HSL 304.47º 0.42% 0.44% -
HSV(B) 304.47º 0.59% 0.63% -
XYZ 22.2 13.67 31.61 -
YUV 104.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 160 66 153 0 0.59 0.04 0.37 304.47 0.42 0.44
Hex A0 42 99 0 3B 4 25 130 2A 2C
Octal 240 102 231 0 73 4 45 460 52 54
Binary 10100000 1000010 10011001 0 111011 100 100101 100110000 101010 101100

Color Harmonies of #A04299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04299

Black with #A04299

Text Example


Text Example

White with #A04299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04299; }

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

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

background-color css

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

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

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

border-color css

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

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

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