Html Css Color HEX #A14E7A Royal Heath

📋 copy color: '#A14E7A'

red 161 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #A14E7A

Tints of Royal Heath #A14E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.61%

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

R = 44.6%
G = 21.61%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A14E7A (or 0xA14E7A) is known color: Royal Heath. HEX triplet: A1, 4E and 7A. RGB value is (161,78,122). Sum of RGB (Red+Green+Blue) = 161+78+122=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E7A is #5EB185. Grayscale: #6B6B6B. Windows color (decimal): -6205830 or 8015521. OLE color: 8015521.

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

Color convert

RGB 161 78 122 -
CMYK 0 0.52 0.24 0.37
HSL 328.19º 0.35% 0.47% -
HSV(B) 328.19º 0.52% 0.63% -
XYZ 20.94 14.43 20.09 -
YUV 107.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 161 78 122 0 0.52 0.24 0.37 328.19 0.35 0.47
Hex A1 4E 7A 0 34 18 25 148 23 2F
Octal 241 116 172 0 64 30 45 510 43 57
Binary 10100001 1001110 1111010 0 110100 11000 100101 101001000 100011 101111

Color Harmonies of #A14E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14E7A

Black with #A14E7A

Text Example


Text Example

White with #A14E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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