Html Css Color HEX #A5527C Royal Heath

📋 copy color: '#A5527C'

red 165 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #A5527C

Tints of Royal Heath #A5527C

RGB

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

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

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

R = 44.47%
G = 22.1%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5527C (or 0xA5527C) is known color: Royal Heath. HEX triplet: A5, 52 and 7C. RGB value is (165,82,124). Sum of RGB (Red+Green+Blue) = 165+82+124=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5527C is #5AAD83. Grayscale: #6F6F6F. Windows color (decimal): -5942660 or 8147621. OLE color: 8147621.

HSL color Cylindrical-coordinate representation of color #A5527C: hue angle of 329.64º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5527C is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 124 -
CMYK 0 0.50 0.25 0.35
HSL 329.64º 0.34% 0.48% -
HSV(B) 329.64º 0.5% 0.65% -
XYZ 22.17 15.49 20.89 -
YUV 111.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 165 82 124 0 0.50 0.25 0.35 329.64 0.34 0.48
Hex A5 52 7C 0 32 19 23 14A 22 30
Octal 245 122 174 0 62 31 43 512 42 60
Binary 10100101 1010010 1111100 0 110010 11001 100011 101001010 100010 110000

Color Harmonies of #A5527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5527C

Black with #A5527C

Text Example


Text Example

White with #A5527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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