Html Css Color HEX #A5547A Royal Heath

📋 copy color: '#A5547A'

red 165 ◦ green 84 ◦ blue 122

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

Shades of Royal Heath #A5547A

Tints of Royal Heath #A5547A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 44.47%
G = 22.64%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5547A (or 0xA5547A) is known color: Royal Heath. HEX triplet: A5, 54 and 7A. RGB value is (165,84,122). Sum of RGB (Red+Green+Blue) = 165+84+122=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5547A is #5AAB85. Grayscale: #707070. Windows color (decimal): -5942150 or 8017061. OLE color: 8017061.

HSL color Cylindrical-coordinate representation of color #A5547A: hue angle of 331.85º 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 #A5547A is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 122 -
CMYK 0 0.49 0.26 0.35
HSL 331.85º 0.33% 0.49% -
HSV(B) 331.85º 0.49% 0.65% -
XYZ 22.2 15.75 20.28 -
YUV 112.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 165 84 122 0 0.49 0.26 0.35 331.85 0.33 0.49
Hex A5 54 7A 0 31 1A 23 14C 21 31
Octal 245 124 172 0 61 32 43 514 41 61
Binary 10100101 1010100 1111010 0 110001 11010 100011 101001100 100001 110001

Color Harmonies of #A5547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5547A

Black with #A5547A

Text Example


Text Example

White with #A5547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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