Html Css Color HEX #A1557A Royal Heath

📋 copy color: '#A1557A'

red 161 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #A1557A

Tints of Royal Heath #A1557A

RGB

 RED value IS 161 (63.28% from 255) = 43.75%

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

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

R = 43.75%
G = 23.1%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1557A (or 0xA1557A) is known color: Royal Heath. HEX triplet: A1, 55 and 7A. RGB value is (161,85,122). Sum of RGB (Red+Green+Blue) = 161+85+122=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1557A is #5EAA85. Grayscale: #6F6F6F. Windows color (decimal): -6204038 or 8017313. OLE color: 8017313.

HSL color Cylindrical-coordinate representation of color #A1557A: hue angle of 330.79º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1557A is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 122 -
CMYK 0 0.47 0.24 0.37
HSL 330.79º 0.31% 0.48% -
HSV(B) 330.79º 0.47% 0.63% -
XYZ 21.46 15.48 20.27 -
YUV 111.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 161 85 122 0 0.47 0.24 0.37 330.79 0.31 0.48
Hex A1 55 7A 0 2F 18 25 14B 1F 30
Octal 241 125 172 0 57 30 45 513 37 60
Binary 10100001 1010101 1111010 0 101111 11000 100101 101001011 11111 110000

Color Harmonies of #A1557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1557A

Black with #A1557A

Text Example


Text Example

White with #A1557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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