Html Css Color HEX #A14479 Royal Heath

📋 copy color: '#A14479'

red 161 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #A14479

Tints of Royal Heath #A14479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

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

R = 46%
G = 19.43%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A14479 (or 0xA14479) is known color: Royal Heath. HEX triplet: A1, 44 and 79. RGB value is (161,68,121). Sum of RGB (Red+Green+Blue) = 161+68+121=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A14479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14479 is #5EBB86. Grayscale: #656565. Windows color (decimal): -6208391 or 7947425. OLE color: 7947425.

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

Color convert

RGB 161 68 121 -
CMYK 0 0.58 0.25 0.37
HSL 325.81º 0.41% 0.45% -
HSV(B) 325.81º 0.58% 0.63% -
XYZ 20.22 13.09 19.55 -
YUV 101.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 161 68 121 0 0.58 0.25 0.37 325.81 0.41 0.45
Hex A1 44 79 0 3A 19 25 146 29 2D
Octal 241 104 171 0 72 31 45 506 51 55
Binary 10100001 1000100 1111001 0 111010 11001 100101 101000110 101001 101101

Color Harmonies of #A14479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14479

Black with #A14479

Text Example


Text Example

White with #A14479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14479; }

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

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

background-color css

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

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

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

border-color css

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

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

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