Html Css Color HEX #A14279 Royal Heath

📋 copy color: '#A14279'

red 161 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #A14279

Tints of Royal Heath #A14279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 46.26%
G = 18.97%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A14279 (or 0xA14279) is known color: Royal Heath. HEX triplet: A1, 42 and 79. RGB value is (161,66,121). Sum of RGB (Red+Green+Blue) = 161+66+121=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A14279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14279 is #5EBD86. Grayscale: #646464. Windows color (decimal): -6208903 or 7946913. OLE color: 7946913.

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

Color convert

RGB 161 66 121 -
CMYK 0 0.59 0.25 0.37
HSL 325.26º 0.42% 0.45% -
HSV(B) 325.26º 0.59% 0.63% -
XYZ 20.1 12.85 19.51 -
YUV 100.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 161 66 121 0 0.59 0.25 0.37 325.26 0.42 0.45
Hex A1 42 79 0 3B 19 25 145 2A 2D
Octal 241 102 171 0 73 31 45 505 52 55
Binary 10100001 1000010 1111001 0 111011 11001 100101 101000101 101010 101101

Color Harmonies of #A14279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14279

Black with #A14279

Text Example


Text Example

White with #A14279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14279; }

 p { color: rgb(161,66,121); }

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

background-color css

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

 a { background-color: rgb(161,66,121); }

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

border-color css

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

 span { border-color: rgb(161,66,121); }

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