Html Css Color HEX #A04679 Royal Heath

📋 copy color: '#A04679'

red 160 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #A04679

Tints of Royal Heath #A04679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

 BLUE value IS 121 (47.66% from 255) = 34.47%

R = 45.58%
G = 19.94%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A04679 (or 0xA04679) is known color: Royal Heath. HEX triplet: A0, 46 and 79. RGB value is (160,70,121). Sum of RGB (Red+Green+Blue) = 160+70+121=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A04679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04679 is #5FB986. Grayscale: #666666. Windows color (decimal): -6273415 or 7947936. OLE color: 7947936.

HSL color Cylindrical-coordinate representation of color #A04679: hue angle of 326º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04679 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 70 121 -
CMYK 0 0.56 0.24 0.37
HSL 326º 0.39% 0.45% -
HSV(B) 326º 0.56% 0.63% -
XYZ 20.14 13.23 19.58 -
YUV 102.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 160 70 121 0 0.56 0.24 0.37 326 0.39 0.45
Hex A0 46 79 0 38 18 25 146 27 2D
Octal 240 106 171 0 70 30 45 506 47 55
Binary 10100000 1000110 1111001 0 111000 11000 100101 101000110 100111 101101

Color Harmonies of #A04679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04679

Black with #A04679

Text Example


Text Example

White with #A04679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04679; }

 p { color: rgb(160,70,121); }

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

background-color css

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

 a { background-color: rgb(160,70,121); }

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

border-color css

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

 span { border-color: rgb(160,70,121); }

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