Html Css Color HEX #A5527A Royal Heath

📋 copy color: '#A5527A'

red 165 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #A5527A

Tints of Royal Heath #A5527A

RGB

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

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

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

R = 44.72%
G = 22.22%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5527A (or 0xA5527A) is known color: Royal Heath. HEX triplet: A5, 52 and 7A. RGB value is (165,82,122). Sum of RGB (Red+Green+Blue) = 165+82+122=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5527A is #5AAD85. Grayscale: #6F6F6F. Windows color (decimal): -5942662 or 8016549. OLE color: 8016549.

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

Color convert

RGB 165 82 122 -
CMYK 0 0.50 0.26 0.35
HSL 331.08º 0.34% 0.48% -
HSV(B) 331.08º 0.5% 0.65% -
XYZ 22.05 15.44 20.23 -
YUV 111.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 165 82 122 0 0.50 0.26 0.35 331.08 0.34 0.48
Hex A5 52 7A 0 32 1A 23 14B 22 30
Octal 245 122 172 0 62 32 43 513 42 60
Binary 10100101 1010010 1111010 0 110010 11010 100011 101001011 100010 110000

Color Harmonies of #A5527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5527A

Black with #A5527A

Text Example


Text Example

White with #A5527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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