Html Css Color HEX #A14575 Royal Heath

📋 copy color: '#A14575'

red 161 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #A14575

Tints of Royal Heath #A14575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 46.4%
G = 19.88%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A14575 (or 0xA14575) is known color: Royal Heath. HEX triplet: A1, 45 and 75. RGB value is (161,69,117). Sum of RGB (Red+Green+Blue) = 161+69+117=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A14575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14575 is #5EBA8A. Grayscale: #656565. Windows color (decimal): -6208139 or 7685537. OLE color: 7685537.

HSL color Cylindrical-coordinate representation of color #A14575: hue angle of 328.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14575 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 117 -
CMYK 0 0.57 0.27 0.37
HSL 328.7º 0.4% 0.45% -
HSV(B) 328.7º 0.57% 0.63% -
XYZ 20.04 13.12 18.31 -
YUV 101.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 161 69 117 0 0.57 0.27 0.37 328.7 0.4 0.45
Hex A1 45 75 0 39 1B 25 149 28 2D
Octal 241 105 165 0 71 33 45 511 50 55
Binary 10100001 1000101 1110101 0 111001 11011 100101 101001001 101000 101101

Color Harmonies of #A14575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14575

Black with #A14575

Text Example


Text Example

White with #A14575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14575; }

 p { color: rgb(161,69,117); }

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

background-color css

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

 a { background-color: rgb(161,69,117); }

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

border-color css

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

 span { border-color: rgb(161,69,117); }

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