Html Css Color HEX #A14982 Royal Heath

📋 copy color: '#A14982'

red 161 ◦ green 73 ◦ blue 130

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

Shades of Royal Heath #A14982

Tints of Royal Heath #A14982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.05%

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 44.23%
G = 20.05%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A14982 (or 0xA14982) is known color: Royal Heath. HEX triplet: A1, 49 and 82. RGB value is (161,73,130). Sum of RGB (Red+Green+Blue) = 161+73+130=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A14982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14982 is #5EB67D. Grayscale: #696969. Windows color (decimal): -6207102 or 8538529. OLE color: 8538529.

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

Color convert

RGB 161 73 130 -
CMYK 0 0.55 0.19 0.37
HSL 321.14º 0.38% 0.46% -
HSV(B) 321.14º 0.55% 0.63% -
XYZ 21.11 13.95 22.7 -
YUV 105.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 161 73 130 0 0.55 0.19 0.37 321.14 0.38 0.46
Hex A1 49 82 0 37 13 25 141 26 2E
Octal 241 111 202 0 67 23 45 501 46 56
Binary 10100001 1001001 10000010 0 110111 10011 100101 101000001 100110 101110

Color Harmonies of #A14982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14982

Black with #A14982

Text Example


Text Example

White with #A14982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14982; }

 p { color: rgb(161,73,130); }

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

background-color css

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

 a { background-color: rgb(161,73,130); }

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

border-color css

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

 span { border-color: rgb(161,73,130); }

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