Html Css Color HEX #A05173 Royal Heath

📋 copy color: '#A05173'

red 160 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #A05173

Tints of Royal Heath #A05173

RGB

 RED value IS 160 (62.89% from 255) = 44.94%

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

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 44.94%
G = 22.75%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A05173 (or 0xA05173) is known color: Royal Heath. HEX triplet: A0, 51 and 73. RGB value is (160,81,115). Sum of RGB (Red+Green+Blue) = 160+81+115=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A05173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05173 is #5FAE8C. Grayscale: #6C6C6C. Windows color (decimal): -6270605 or 7557536. OLE color: 7557536.

HSL color Cylindrical-coordinate representation of color #A05173: hue angle of 334.18º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05173 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 115 -
CMYK 0 0.49 0.28 0.37
HSL 334.18º 0.33% 0.47% -
HSV(B) 334.18º 0.49% 0.63% -
XYZ 20.53 14.6 17.95 -
YUV 108.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 160 81 115 0 0.49 0.28 0.37 334.18 0.33 0.47
Hex A0 51 73 0 31 1C 25 14E 21 2F
Octal 240 121 163 0 61 34 45 516 41 57
Binary 10100000 1010001 1110011 0 110001 11100 100101 101001110 100001 101111

Color Harmonies of #A05173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05173

Black with #A05173

Text Example


Text Example

White with #A05173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05173; }

 p { color: rgb(160,81,115); }

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

background-color css

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

 a { background-color: rgb(160,81,115); }

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

border-color css

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

 span { border-color: rgb(160,81,115); }

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