Html Css Color HEX #A04293 Violet Blue

📋 copy color: '#A04293'

red 160 ◦ green 66 ◦ blue 147

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

Shades of Violet Blue #A04293

Tints of Violet Blue #A04293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 42.9%
G = 17.69%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A04293 (or 0xA04293) is known color: Violet Blue. HEX triplet: A0, 42 and 93. RGB value is (160,66,147). Sum of RGB (Red+Green+Blue) = 160+66+147=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A04293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04293 is #5FBD6C. Grayscale: #676767. Windows color (decimal): -6274413 or 9650848. OLE color: 9650848.

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

Color convert

RGB 160 66 147 -
CMYK 0 0.59 0.08 0.37
HSL 308.3º 0.42% 0.44% -
HSV(B) 308.3º 0.59% 0.63% -
XYZ 21.71 13.48 29.06 -
YUV 103.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 160 66 147 0 0.59 0.08 0.37 308.3 0.42 0.44
Hex A0 42 93 0 3B 8 25 134 2A 2C
Octal 240 102 223 0 73 10 45 464 52 54
Binary 10100000 1000010 10010011 0 111011 1000 100101 100110100 101010 101100

Color Harmonies of #A04293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04293

Black with #A04293

Text Example


Text Example

White with #A04293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04293; }

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

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

background-color css

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

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

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

border-color css

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

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

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