Html Css Color HEX #A04478 Royal Heath

📋 copy color: '#A04478'

red 160 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #A04478

Tints of Royal Heath #A04478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 45.98%
G = 19.54%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A04478 (or 0xA04478) is known color: Royal Heath. HEX triplet: A0, 44 and 78. RGB value is (160,68,120). Sum of RGB (Red+Green+Blue) = 160+68+120=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04478 is #5FBB87. Grayscale: #656565. Windows color (decimal): -6273928 or 7881888. OLE color: 7881888.

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

Color convert

RGB 160 68 120 -
CMYK 0 0.57 0.25 0.37
HSL 326.09º 0.4% 0.45% -
HSV(B) 326.09º 0.58% 0.63% -
XYZ 19.95 12.96 19.22 -
YUV 101.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 160 68 120 0 0.57 0.25 0.37 326.09 0.4 0.45
Hex A0 44 78 0 39 19 25 146 28 2D
Octal 240 104 170 0 71 31 45 506 50 55
Binary 10100000 1000100 1111000 0 111001 11001 100101 101000110 101000 101101

Color Harmonies of #A04478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04478

Black with #A04478

Text Example


Text Example

White with #A04478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04478; }

 p { color: rgb(160,68,120); }

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

background-color css

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

 a { background-color: rgb(160,68,120); }

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

border-color css

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

 span { border-color: rgb(160,68,120); }

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