Html Css Color HEX #A5527D Royal Heath

📋 copy color: '#A5527D'

red 165 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #A5527D

Tints of Royal Heath #A5527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 44.35%
G = 22.04%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5527D (or 0xA5527D) is known color: Royal Heath. HEX triplet: A5, 52 and 7D. RGB value is (165,82,125). Sum of RGB (Red+Green+Blue) = 165+82+125=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5527D is #5AAD82. Grayscale: #6F6F6F. Windows color (decimal): -5942659 or 8213157. OLE color: 8213157.

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

Color convert

RGB 165 82 125 -
CMYK 0 0.50 0.24 0.35
HSL 328.92º 0.34% 0.48% -
HSV(B) 328.92º 0.5% 0.65% -
XYZ 22.24 15.51 21.22 -
YUV 111.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 165 82 125 0 0.50 0.24 0.35 328.92 0.34 0.48
Hex A5 52 7D 0 32 18 23 149 22 30
Octal 245 122 175 0 62 30 43 511 42 60
Binary 10100101 1010010 1111101 0 110010 11000 100011 101001001 100010 110000

Color Harmonies of #A5527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5527D

Black with #A5527D

Text Example


Text Example

White with #A5527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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