Html Css Color HEX #A55180 Royal Heath

📋 copy color: '#A55180'

red 165 ◦ green 81 ◦ blue 128

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

Shades of Royal Heath #A55180

Tints of Royal Heath #A55180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

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

R = 44.12%
G = 21.66%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A55180 (or 0xA55180) is known color: Royal Heath. HEX triplet: A5, 51 and 80. RGB value is (165,81,128). Sum of RGB (Red+Green+Blue) = 165+81+128=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A55180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55180 is #5AAE7F. Grayscale: #6F6F6F. Windows color (decimal): -5942912 or 8409509. OLE color: 8409509.

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

Color convert

RGB 165 81 128 -
CMYK 0 0.51 0.22 0.35
HSL 326.43º 0.34% 0.48% -
HSV(B) 326.43º 0.51% 0.65% -
XYZ 22.36 15.44 22.22 -
YUV 111.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 165 81 128 0 0.51 0.22 0.35 326.43 0.34 0.48
Hex A5 51 80 0 33 16 23 146 22 30
Octal 245 121 200 0 63 26 43 506 42 60
Binary 10100101 1010001 10000000 0 110011 10110 100011 101000110 100010 110000

Color Harmonies of #A55180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55180

Black with #A55180

Text Example


Text Example

White with #A55180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55180; }

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

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

background-color css

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

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

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

border-color css

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

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

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