Html Css Color HEX #A15074 Royal Heath

📋 copy color: '#A15074'

red 161 ◦ green 80 ◦ blue 116

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

Shades of Royal Heath #A15074

Tints of Royal Heath #A15074

RGB

 RED value IS 161 (63.28% from 255) = 45.1%

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

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 45.1%
G = 22.41%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A15074 (or 0xA15074) is known color: Royal Heath. HEX triplet: A1, 50 and 74. RGB value is (161,80,116). Sum of RGB (Red+Green+Blue) = 161+80+116=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A15074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15074 is #5EAF8B. Grayscale: #6C6C6C. Windows color (decimal): -6205324 or 7622817. OLE color: 7622817.

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

Color convert

RGB 161 80 116 -
CMYK 0 0.50 0.28 0.37
HSL 333.33º 0.34% 0.47% -
HSV(B) 333.33º 0.5% 0.63% -
XYZ 20.72 14.58 18.24 -
YUV 108.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 161 80 116 0 0.50 0.28 0.37 333.33 0.34 0.47
Hex A1 50 74 0 32 1C 25 14D 22 2F
Octal 241 120 164 0 62 34 45 515 42 57
Binary 10100001 1010000 1110100 0 110010 11100 100101 101001101 100010 101111

Color Harmonies of #A15074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15074

Black with #A15074

Text Example


Text Example

White with #A15074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15074; }

 p { color: rgb(161,80,116); }

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

background-color css

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

 a { background-color: rgb(161,80,116); }

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

border-color css

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

 span { border-color: rgb(161,80,116); }

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