Html Css Color HEX #A5507C Royal Heath

📋 copy color: '#A5507C'

red 165 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #A5507C

Tints of Royal Heath #A5507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

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

R = 44.72%
G = 21.68%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5507C (or 0xA5507C) is known color: Royal Heath. HEX triplet: A5, 50 and 7C. RGB value is (165,80,124). Sum of RGB (Red+Green+Blue) = 165+80+124=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5507C is #5AAF83. Grayscale: #6E6E6E. Windows color (decimal): -5943172 or 8147109. OLE color: 8147109.

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

Color convert

RGB 165 80 124 -
CMYK 0 0.52 0.25 0.35
HSL 328.94º 0.35% 0.48% -
HSV(B) 328.94º 0.52% 0.65% -
XYZ 22.02 15.19 20.84 -
YUV 110.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 165 80 124 0 0.52 0.25 0.35 328.94 0.35 0.48
Hex A5 50 7C 0 34 19 23 149 23 30
Octal 245 120 174 0 64 31 43 511 43 60
Binary 10100101 1010000 1111100 0 110100 11001 100011 101001001 100011 110000

Color Harmonies of #A5507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5507C

Black with #A5507C

Text Example


Text Example

White with #A5507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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