Html Css Color HEX #A5557A Royal Heath

📋 copy color: '#A5557A'

red 165 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #A5557A

Tints of Royal Heath #A5557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.85%

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

R = 44.35%
G = 22.85%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5557A (or 0xA5557A) is known color: Royal Heath. HEX triplet: A5, 55 and 7A. RGB value is (165,85,122). Sum of RGB (Red+Green+Blue) = 165+85+122=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5557A is #5AAA85. Grayscale: #717171. Windows color (decimal): -5941894 or 8017317. OLE color: 8017317.

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

Color convert

RGB 165 85 122 -
CMYK 0 0.48 0.26 0.35
HSL 332.25º 0.32% 0.49% -
HSV(B) 332.25º 0.48% 0.65% -
XYZ 22.28 15.9 20.31 -
YUV 113.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 165 85 122 0 0.48 0.26 0.35 332.25 0.32 0.49
Hex A5 55 7A 0 30 1A 23 14C 20 31
Octal 245 125 172 0 60 32 43 514 40 61
Binary 10100101 1010101 1111010 0 110000 11010 100011 101001100 100000 110001

Color Harmonies of #A5557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5557A

Black with #A5557A

Text Example


Text Example

White with #A5557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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