Html Css Color HEX #A34577 Royal Heath

📋 copy color: '#A34577'

red 163 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #A34577

Tints of Royal Heath #A34577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 46.44%
G = 19.66%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A34577 (or 0xA34577) is known color: Royal Heath. HEX triplet: A3, 45 and 77. RGB value is (163,69,119). Sum of RGB (Red+Green+Blue) = 163+69+119=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A34577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34577 is #5CBA88. Grayscale: #666666. Windows color (decimal): -6077065 or 7816611. OLE color: 7816611.

HSL color Cylindrical-coordinate representation of color #A34577: hue angle of 328.09º 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 #A34577 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 69 119 -
CMYK 0 0.58 0.27 0.36
HSL 328.09º 0.41% 0.45% -
HSV(B) 328.09º 0.58% 0.64% -
XYZ 20.56 13.37 18.95 -
YUV 102.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 163 69 119 0 0.58 0.27 0.36 328.09 0.41 0.45
Hex A3 45 77 0 3A 1B 24 148 29 2D
Octal 243 105 167 0 72 33 44 510 51 55
Binary 10100011 1000101 1110111 0 111010 11011 100100 101001000 101001 101101

Color Harmonies of #A34577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34577

Black with #A34577

Text Example


Text Example

White with #A34577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34577; }

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

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

background-color css

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

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

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

border-color css

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

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

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