Html Css Color HEX #A5547D Royal Heath

📋 copy color: '#A5547D'

red 165 ◦ green 84 ◦ blue 125

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

Shades of Royal Heath #A5547D

Tints of Royal Heath #A5547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 44.12%
G = 22.46%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5547D (or 0xA5547D) is known color: Royal Heath. HEX triplet: A5, 54 and 7D. RGB value is (165,84,125). Sum of RGB (Red+Green+Blue) = 165+84+125=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5547D is #5AAB82. Grayscale: #707070. Windows color (decimal): -5942147 or 8213669. OLE color: 8213669.

HSL color Cylindrical-coordinate representation of color #A5547D: hue angle of 329.63º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5547D is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 125 -
CMYK 0 0.49 0.24 0.35
HSL 329.63º 0.33% 0.49% -
HSV(B) 329.63º 0.49% 0.65% -
XYZ 22.39 15.82 21.28 -
YUV 112.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 165 84 125 0 0.49 0.24 0.35 329.63 0.33 0.49
Hex A5 54 7D 0 31 18 23 14A 21 31
Octal 245 124 175 0 61 30 43 512 41 61
Binary 10100101 1010100 1111101 0 110001 11000 100011 101001010 100001 110001

Color Harmonies of #A5547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5547D

Black with #A5547D

Text Example


Text Example

White with #A5547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5547D; }

 p { color: rgb(165,84,125); }

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

background-color css

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

 a { background-color: rgb(165,84,125); }

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

border-color css

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

 span { border-color: rgb(165,84,125); }

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