Html Css Color HEX #A04E7B Royal Heath

📋 copy color: '#A04E7B'

red 160 ◦ green 78 ◦ blue 123

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

Shades of Royal Heath #A04E7B

Tints of Royal Heath #A04E7B

RGB

 RED value IS 160 (62.89% from 255) = 44.32%

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 44.32%
G = 21.61%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A04E7B (or 0xA04E7B) is known color: Royal Heath. HEX triplet: A0, 4E and 7B. RGB value is (160,78,123). Sum of RGB (Red+Green+Blue) = 160+78+123=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E7B is #5FB184. Grayscale: #6B6B6B. Windows color (decimal): -6271365 or 8081056. OLE color: 8081056.

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

Color convert

RGB 160 78 123 -
CMYK 0 0.51 0.23 0.37
HSL 327.07º 0.34% 0.47% -
HSV(B) 327.07º 0.51% 0.63% -
XYZ 20.8 14.35 20.41 -
YUV 107.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 160 78 123 0 0.51 0.23 0.37 327.07 0.34 0.47
Hex A0 4E 7B 0 33 17 25 147 22 2F
Octal 240 116 173 0 63 27 45 507 42 57
Binary 10100000 1001110 1111011 0 110011 10111 100101 101000111 100010 101111

Color Harmonies of #A04E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E7B

Black with #A04E7B

Text Example


Text Example

White with #A04E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E7B; }

 p { color: rgb(160,78,123); }

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

background-color css

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

 a { background-color: rgb(160,78,123); }

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

border-color css

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

 span { border-color: rgb(160,78,123); }

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