Html Css Color HEX #A04B7C Royal Heath

📋 copy color: '#A04B7C'

red 160 ◦ green 75 ◦ blue 124

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

Shades of Royal Heath #A04B7C

Tints of Royal Heath #A04B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.89%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 44.57%
G = 20.89%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A04B7C (or 0xA04B7C) is known color: Royal Heath. HEX triplet: A0, 4B and 7C. RGB value is (160,75,124). Sum of RGB (Red+Green+Blue) = 160+75+124=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B7C is #5FB483. Grayscale: #696969. Windows color (decimal): -6272132 or 8145824. OLE color: 8145824.

HSL color Cylindrical-coordinate representation of color #A04B7C: hue angle of 325.41º 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 #A04B7C is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 75 124 -
CMYK 0 0.53 0.22 0.37
HSL 325.41º 0.36% 0.46% -
HSV(B) 325.41º 0.53% 0.63% -
XYZ 20.65 13.96 20.68 -
YUV 106 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 160 75 124 0 0.53 0.22 0.37 325.41 0.36 0.46
Hex A0 4B 7C 0 35 16 25 145 24 2E
Octal 240 113 174 0 65 26 45 505 44 56
Binary 10100000 1001011 1111100 0 110101 10110 100101 101000101 100100 101110

Color Harmonies of #A04B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B7C

Black with #A04B7C

Text Example


Text Example

White with #A04B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B7C; }

 p { color: rgb(160,75,124); }

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

background-color css

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

 a { background-color: rgb(160,75,124); }

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

border-color css

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

 span { border-color: rgb(160,75,124); }

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