Html Css Color HEX #A04F75 Royal Heath

📋 copy color: '#A04F75'

red 160 ◦ green 79 ◦ blue 117

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

Shades of Royal Heath #A04F75

Tints of Royal Heath #A04F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.19%

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 44.94%
G = 22.19%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A04F75 (or 0xA04F75) is known color: Royal Heath. HEX triplet: A0, 4F and 75. RGB value is (160,79,117). Sum of RGB (Red+Green+Blue) = 160+79+117=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F75 is #5FB08A. Grayscale: #6B6B6B. Windows color (decimal): -6271115 or 7688096. OLE color: 7688096.

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

Color convert

RGB 160 79 117 -
CMYK 0 0.51 0.27 0.37
HSL 331.85º 0.34% 0.47% -
HSV(B) 331.85º 0.51% 0.63% -
XYZ 20.5 14.35 18.52 -
YUV 107.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 160 79 117 0 0.51 0.27 0.37 331.85 0.34 0.47
Hex A0 4F 75 0 33 1B 25 14C 22 2F
Octal 240 117 165 0 63 33 45 514 42 57
Binary 10100000 1001111 1110101 0 110011 11011 100101 101001100 100010 101111

Color Harmonies of #A04F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F75

Black with #A04F75

Text Example


Text Example

White with #A04F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F75; }

 p { color: rgb(160,79,117); }

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

background-color css

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

 a { background-color: rgb(160,79,117); }

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

border-color css

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

 span { border-color: rgb(160,79,117); }

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