Html Css Color HEX #A55080 Royal Heath

📋 copy color: '#A55080'

red 165 ◦ green 80 ◦ blue 128

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

Shades of Royal Heath #A55080

Tints of Royal Heath #A55080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 44.24%
G = 21.45%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A55080 (or 0xA55080) is known color: Royal Heath. HEX triplet: A5, 50 and 80. RGB value is (165,80,128). Sum of RGB (Red+Green+Blue) = 165+80+128=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A55080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55080 is #5AAF7F. Grayscale: #6E6E6E. Windows color (decimal): -5943168 or 8409253. OLE color: 8409253.

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

Color convert

RGB 165 80 128 -
CMYK 0 0.52 0.22 0.35
HSL 326.12º 0.35% 0.48% -
HSV(B) 326.12º 0.52% 0.65% -
XYZ 22.28 15.3 22.2 -
YUV 110.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 165 80 128 0 0.52 0.22 0.35 326.12 0.35 0.48
Hex A5 50 80 0 34 16 23 146 23 30
Octal 245 120 200 0 64 26 43 506 43 60
Binary 10100101 1010000 10000000 0 110100 10110 100011 101000110 100011 110000

Color Harmonies of #A55080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55080

Black with #A55080

Text Example


Text Example

White with #A55080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55080; }

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

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

background-color css

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

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

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

border-color css

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

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

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