Html Css Color HEX #A04775 Royal Heath

📋 copy color: '#A04775'

red 160 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #A04775

Tints of Royal Heath #A04775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 45.98%
G = 20.4%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A04775 (or 0xA04775) is known color: Royal Heath. HEX triplet: A0, 47 and 75. RGB value is (160,71,117). Sum of RGB (Red+Green+Blue) = 160+71+117=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04775 is #5FB88A. Grayscale: #666666. Windows color (decimal): -6273163 or 7686048. OLE color: 7686048.

HSL color Cylindrical-coordinate representation of color #A04775: hue angle of 328.99º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04775 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 117 -
CMYK 0 0.56 0.27 0.37
HSL 328.99º 0.39% 0.45% -
HSV(B) 328.99º 0.56% 0.63% -
XYZ 19.96 13.26 18.34 -
YUV 102.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 160 71 117 0 0.56 0.27 0.37 328.99 0.39 0.45
Hex A0 47 75 0 38 1B 25 149 27 2D
Octal 240 107 165 0 70 33 45 511 47 55
Binary 10100000 1000111 1110101 0 111000 11011 100101 101001001 100111 101101

Color Harmonies of #A04775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04775

Black with #A04775

Text Example


Text Example

White with #A04775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04775; }

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

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

background-color css

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

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

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

border-color css

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

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

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