Html Css Color HEX #A5527E Royal Heath

📋 copy color: '#A5527E'

red 165 ◦ green 82 ◦ blue 126

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

Shades of Royal Heath #A5527E

Tints of Royal Heath #A5527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 44.24%
G = 21.98%
B = 33.78%

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

#A5527E (or 0xA5527E) is known color: Royal Heath. HEX triplet: A5, 52 and 7E. RGB value is (165,82,126). Sum of RGB (Red+Green+Blue) = 165+82+126=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5527E is #5AAD81. Grayscale: #6F6F6F. Windows color (decimal): -5942658 or 8278693. OLE color: 8278693.

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

Color convert

RGB 165 82 126 -
CMYK 0 0.50 0.24 0.35
HSL 328.19º 0.34% 0.48% -
HSV(B) 328.19º 0.5% 0.65% -
XYZ 22.3 15.54 21.56 -
YUV 111.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 165 82 126 0 0.50 0.24 0.35 328.19 0.34 0.48
Hex A5 52 7E 0 32 18 23 148 22 30
Octal 245 122 176 0 62 30 43 510 42 60
Binary 10100101 1010010 1111110 0 110010 11000 100011 101001000 100010 110000

Color Harmonies of #A5527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5527E

Black with #A5527E

Text Example


Text Example

White with #A5527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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