Html Css Color HEX #A55381 Royal Heath

📋 copy color: '#A55381'

red 165 ◦ green 83 ◦ blue 129

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

Shades of Royal Heath #A55381

Tints of Royal Heath #A55381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 43.77%
G = 22.02%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A55381 (or 0xA55381) is known color: Royal Heath. HEX triplet: A5, 53 and 81. RGB value is (165,83,129). Sum of RGB (Red+Green+Blue) = 165+83+129=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A55381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55381 is #5AAC7E. Grayscale: #707070. Windows color (decimal): -5942399 or 8475557. OLE color: 8475557.

HSL color Cylindrical-coordinate representation of color #A55381: hue angle of 326.34º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55381 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 129 -
CMYK 0 0.50 0.22 0.35
HSL 326.34º 0.33% 0.49% -
HSV(B) 326.34º 0.5% 0.65% -
XYZ 22.57 15.77 22.62 -
YUV 112.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 165 83 129 0 0.50 0.22 0.35 326.34 0.33 0.49
Hex A5 53 81 0 32 16 23 146 21 31
Octal 245 123 201 0 62 26 43 506 41 61
Binary 10100101 1010011 10000001 0 110010 10110 100011 101000110 100001 110001

Color Harmonies of #A55381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55381

Black with #A55381

Text Example


Text Example

White with #A55381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55381; }

 p { color: rgb(165,83,129); }

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

background-color css

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

 a { background-color: rgb(165,83,129); }

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

border-color css

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

 span { border-color: rgb(165,83,129); }

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