Html Css Color HEX #A14B7F Royal Heath

📋 copy color: '#A14B7F'

red 161 ◦ green 75 ◦ blue 127

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

Shades of Royal Heath #A14B7F

Tints of Royal Heath #A14B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 44.35%
G = 20.66%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A14B7F (or 0xA14B7F) is known color: Royal Heath. HEX triplet: A1, 4B and 7F. RGB value is (161,75,127). Sum of RGB (Red+Green+Blue) = 161+75+127=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B7F is #5EB480. Grayscale: #6A6A6A. Windows color (decimal): -6206593 or 8342433. OLE color: 8342433.

HSL color Cylindrical-coordinate representation of color #A14B7F: hue angle of 323.72º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14B7F is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 75 127 -
CMYK 0 0.53 0.21 0.37
HSL 323.72º 0.36% 0.46% -
HSV(B) 323.72º 0.53% 0.63% -
XYZ 21.04 14.14 21.7 -
YUV 106.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 161 75 127 0 0.53 0.21 0.37 323.72 0.36 0.46
Hex A1 4B 7F 0 35 15 25 144 24 2E
Octal 241 113 177 0 65 25 45 504 44 56
Binary 10100001 1001011 1111111 0 110101 10101 100101 101000100 100100 101110

Color Harmonies of #A14B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14B7F

Black with #A14B7F

Text Example


Text Example

White with #A14B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14B7F; }

 p { color: rgb(161,75,127); }

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

background-color css

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

 a { background-color: rgb(161,75,127); }

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

border-color css

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

 span { border-color: rgb(161,75,127); }

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