Html Css Color HEX #A1527C Royal Heath

📋 copy color: '#A1527C'

red 161 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #A1527C

Tints of Royal Heath #A1527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 43.87%
G = 22.34%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1527C (or 0xA1527C) is known color: Royal Heath. HEX triplet: A1, 52 and 7C. RGB value is (161,82,124). Sum of RGB (Red+Green+Blue) = 161+82+124=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1527C is #5EAD83. Grayscale: #6E6E6E. Windows color (decimal): -6204804 or 8147617. OLE color: 8147617.

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

Color convert

RGB 161 82 124 -
CMYK 0 0.49 0.23 0.37
HSL 328.1º 0.33% 0.48% -
HSV(B) 328.1º 0.49% 0.63% -
XYZ 21.35 15.07 20.85 -
YUV 110.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 161 82 124 0 0.49 0.23 0.37 328.1 0.33 0.48
Hex A1 52 7C 0 31 17 25 148 21 30
Octal 241 122 174 0 61 27 45 510 41 60
Binary 10100001 1010010 1111100 0 110001 10111 100101 101001000 100001 110000

Color Harmonies of #A1527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1527C

Black with #A1527C

Text Example


Text Example

White with #A1527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1527C; }

 p { color: rgb(161,82,124); }

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

background-color css

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

 a { background-color: rgb(161,82,124); }

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

border-color css

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

 span { border-color: rgb(161,82,124); }

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