Html Css Color HEX #A1517D Royal Heath

📋 copy color: '#A1517D'

red 161 ◦ green 81 ◦ blue 125

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

Shades of Royal Heath #A1517D

Tints of Royal Heath #A1517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 43.87%
G = 22.07%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1517D (or 0xA1517D) is known color: Royal Heath. HEX triplet: A1, 51 and 7D. RGB value is (161,81,125). Sum of RGB (Red+Green+Blue) = 161+81+125=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1517D is #5EAE82. Grayscale: #6D6D6D. Windows color (decimal): -6205059 or 8212897. OLE color: 8212897.

HSL color Cylindrical-coordinate representation of color #A1517D: hue angle of 327º degrees, saturation: 0.33, 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 #A1517D is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 125 -
CMYK 0 0.50 0.22 0.37
HSL 327º 0.33% 0.47% -
HSV(B) 327º 0.5% 0.63% -
XYZ 21.34 14.94 21.16 -
YUV 109.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 161 81 125 0 0.50 0.22 0.37 327 0.33 0.47
Hex A1 51 7D 0 32 16 25 147 21 2F
Octal 241 121 175 0 62 26 45 507 41 57
Binary 10100001 1010001 1111101 0 110010 10110 100101 101000111 100001 101111

Color Harmonies of #A1517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1517D

Black with #A1517D

Text Example


Text Example

White with #A1517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1517D; }

 p { color: rgb(161,81,125); }

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

background-color css

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

 a { background-color: rgb(161,81,125); }

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

border-color css

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

 span { border-color: rgb(161,81,125); }

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