Html Css Color HEX #A55974 Royal Heath

📋 copy color: '#A55974'

red 165 ◦ green 89 ◦ blue 116

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

Shades of Royal Heath #A55974

Tints of Royal Heath #A55974

RGB

 RED value IS 165 (64.84% from 255) = 44.59%

 GREEN value IS 89 (35.16% from 255) = 24.05%

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 44.59%
G = 24.05%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A55974 (or 0xA55974) is known color: Royal Heath. HEX triplet: A5, 59 and 74. RGB value is (165,89,116). Sum of RGB (Red+Green+Blue) = 165+89+116=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A55974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55974 is #5AA68B. Grayscale: #727272. Windows color (decimal): -5940876 or 7625125. OLE color: 7625125.

HSL color Cylindrical-coordinate representation of color #A55974: hue angle of 338.68º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55974 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 116 -
CMYK 0 0.46 0.30 0.35
HSL 338.68º 0.3% 0.5% -
HSV(B) 338.68º 0.46% 0.65% -
XYZ 22.24 16.41 18.52 -
YUV 114.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 165 89 116 0 0.46 0.30 0.35 338.68 0.3 0.5
Hex A5 59 74 0 2E 1E 23 153 1E 32
Octal 245 131 164 0 56 36 43 523 36 62
Binary 10100101 1011001 1110100 0 101110 11110 100011 101010011 11110 110010

Color Harmonies of #A55974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55974

Black with #A55974

Text Example


Text Example

White with #A55974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55974; }

 p { color: rgb(165,89,116); }

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

background-color css

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

 a { background-color: rgb(165,89,116); }

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

border-color css

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

 span { border-color: rgb(165,89,116); }

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