Html Css Color HEX #A04278 Royal Heath

📋 copy color: '#A04278'

red 160 ◦ green 66 ◦ blue 120

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

Shades of Royal Heath #A04278

Tints of Royal Heath #A04278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

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

R = 46.24%
G = 19.08%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A04278 (or 0xA04278) is known color: Royal Heath. HEX triplet: A0, 42 and 78. RGB value is (160,66,120). Sum of RGB (Red+Green+Blue) = 160+66+120=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04278 is #5FBD87. Grayscale: #646464. Windows color (decimal): -6274440 or 7881376. OLE color: 7881376.

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

Color convert

RGB 160 66 120 -
CMYK 0 0.59 0.25 0.37
HSL 325.53º 0.42% 0.44% -
HSV(B) 325.53º 0.59% 0.63% -
XYZ 19.84 12.73 19.18 -
YUV 100.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 160 66 120 0 0.59 0.25 0.37 325.53 0.42 0.44
Hex A0 42 78 0 3B 19 25 146 2A 2C
Octal 240 102 170 0 73 31 45 506 52 54
Binary 10100000 1000010 1111000 0 111011 11001 100101 101000110 101010 101100

Color Harmonies of #A04278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04278

Black with #A04278

Text Example


Text Example

White with #A04278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04278; }

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

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

background-color css

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

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

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

border-color css

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

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

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