Html Css Color HEX #A14C7A Royal Heath

📋 copy color: '#A14C7A'

red 161 ◦ green 76 ◦ blue 122

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

Shades of Royal Heath #A14C7A

Tints of Royal Heath #A14C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 44.85%
G = 21.17%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A14C7A (or 0xA14C7A) is known color: Royal Heath. HEX triplet: A1, 4C and 7A. RGB value is (161,76,122). Sum of RGB (Red+Green+Blue) = 161+76+122=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C7A is #5EB385. Grayscale: #6A6A6A. Windows color (decimal): -6206342 or 8015009. OLE color: 8015009.

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

Color convert

RGB 161 76 122 -
CMYK 0 0.53 0.24 0.37
HSL 327.53º 0.36% 0.46% -
HSV(B) 327.53º 0.53% 0.63% -
XYZ 20.8 14.15 20.05 -
YUV 106.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 161 76 122 0 0.53 0.24 0.37 327.53 0.36 0.46
Hex A1 4C 7A 0 35 18 25 148 24 2E
Octal 241 114 172 0 65 30 45 510 44 56
Binary 10100001 1001100 1111010 0 110101 11000 100101 101001000 100100 101110

Color Harmonies of #A14C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C7A

Black with #A14C7A

Text Example


Text Example

White with #A14C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C7A; }

 p { color: rgb(161,76,122); }

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

background-color css

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

 a { background-color: rgb(161,76,122); }

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

border-color css

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

 span { border-color: rgb(161,76,122); }

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