Html Css Color HEX #A34579 Royal Heath

📋 copy color: '#A34579'

red 163 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #A34579

Tints of Royal Heath #A34579

RGB

 RED value IS 163 (64.06% from 255) = 46.18%

 GREEN value IS 69 (27.34% from 255) = 19.55%

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

R = 46.18%
G = 19.55%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A34579 (or 0xA34579) is known color: Royal Heath. HEX triplet: A3, 45 and 79. RGB value is (163,69,121). Sum of RGB (Red+Green+Blue) = 163+69+121=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A34579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34579 is #5CBA86. Grayscale: #666666. Windows color (decimal): -6077063 or 7947683. OLE color: 7947683.

HSL color Cylindrical-coordinate representation of color #A34579: hue angle of 326.81º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34579 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 69 121 -
CMYK 0 0.58 0.26 0.36
HSL 326.81º 0.41% 0.45% -
HSV(B) 326.81º 0.58% 0.64% -
XYZ 20.68 13.42 19.59 -
YUV 103.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 163 69 121 0 0.58 0.26 0.36 326.81 0.41 0.45
Hex A3 45 79 0 3A 1A 24 147 29 2D
Octal 243 105 171 0 72 32 44 507 51 55
Binary 10100011 1000101 1111001 0 111010 11010 100100 101000111 101001 101101

Color Harmonies of #A34579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34579

Black with #A34579

Text Example


Text Example

White with #A34579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34579; }

 p { color: rgb(163,69,121); }

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

background-color css

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

 a { background-color: rgb(163,69,121); }

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

border-color css

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

 span { border-color: rgb(163,69,121); }

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