Html Css Color HEX #A14A82 Royal Heath

📋 copy color: '#A14A82'

red 161 ◦ green 74 ◦ blue 130

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

Shades of Royal Heath #A14A82

Tints of Royal Heath #A14A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.27%

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

R = 44.11%
G = 20.27%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A14A82 (or 0xA14A82) is known color: Royal Heath. HEX triplet: A1, 4A and 82. RGB value is (161,74,130). Sum of RGB (Red+Green+Blue) = 161+74+130=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A82 is #5EB57D. Grayscale: #6A6A6A. Windows color (decimal): -6206846 or 8538785. OLE color: 8538785.

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

Color convert

RGB 161 74 130 -
CMYK 0 0.54 0.19 0.37
HSL 321.38º 0.37% 0.46% -
HSV(B) 321.38º 0.54% 0.63% -
XYZ 21.18 14.09 22.72 -
YUV 106.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 161 74 130 0 0.54 0.19 0.37 321.38 0.37 0.46
Hex A1 4A 82 0 36 13 25 141 25 2E
Octal 241 112 202 0 66 23 45 501 45 56
Binary 10100001 1001010 10000010 0 110110 10011 100101 101000001 100101 101110

Color Harmonies of #A14A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A82

Black with #A14A82

Text Example


Text Example

White with #A14A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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