Html Css Color HEX #A14679 Royal Heath

📋 copy color: '#A14679'

red 161 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #A14679

Tints of Royal Heath #A14679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.89%

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

R = 45.74%
G = 19.89%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A14679 (or 0xA14679) is known color: Royal Heath. HEX triplet: A1, 46 and 79. RGB value is (161,70,121). Sum of RGB (Red+Green+Blue) = 161+70+121=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A14679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14679 is #5EB986. Grayscale: #666666. Windows color (decimal): -6207879 or 7947937. OLE color: 7947937.

HSL color Cylindrical-coordinate representation of color #A14679: hue angle of 326.37º degrees, saturation: 0.39, 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 #A14679 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 70 121 -
CMYK 0 0.57 0.25 0.37
HSL 326.37º 0.39% 0.45% -
HSV(B) 326.37º 0.57% 0.63% -
XYZ 20.34 13.34 19.59 -
YUV 103.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 161 70 121 0 0.57 0.25 0.37 326.37 0.39 0.45
Hex A1 46 79 0 39 19 25 146 27 2D
Octal 241 106 171 0 71 31 45 506 47 55
Binary 10100001 1000110 1111001 0 111001 11001 100101 101000110 100111 101101

Color Harmonies of #A14679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14679

Black with #A14679

Text Example


Text Example

White with #A14679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14679; }

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

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

background-color css

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

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

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

border-color css

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

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

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