Html Css Color HEX #A04378 Royal Heath

📋 copy color: '#A04378'

red 160 ◦ green 67 ◦ blue 120

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

Shades of Royal Heath #A04378

Tints of Royal Heath #A04378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.31%

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

R = 46.11%
G = 19.31%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A04378 (or 0xA04378) is known color: Royal Heath. HEX triplet: A0, 43 and 78. RGB value is (160,67,120). Sum of RGB (Red+Green+Blue) = 160+67+120=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A04378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04378 is #5FBC87. Grayscale: #646464. Windows color (decimal): -6274184 or 7881632. OLE color: 7881632.

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

Color convert

RGB 160 67 120 -
CMYK 0 0.58 0.25 0.37
HSL 325.81º 0.41% 0.45% -
HSV(B) 325.81º 0.58% 0.63% -
XYZ 19.89 12.84 19.2 -
YUV 100.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 160 67 120 0 0.58 0.25 0.37 325.81 0.41 0.45
Hex A0 43 78 0 3A 19 25 146 29 2D
Octal 240 103 170 0 72 31 45 506 51 55
Binary 10100000 1000011 1111000 0 111010 11001 100101 101000110 101001 101101

Color Harmonies of #A04378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04378

Black with #A04378

Text Example


Text Example

White with #A04378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04378; }

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

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

background-color css

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

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

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

border-color css

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

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

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