Html Css Color HEX #A44078 Royal Heath

📋 copy color: '#A44078'

red 164 ◦ green 64 ◦ blue 120

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

Shades of Royal Heath #A44078

Tints of Royal Heath #A44078

RGB

 RED value IS 164 (64.45% from 255) = 47.13%

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 47.13%
G = 18.39%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A44078 (or 0xA44078) is known color: Royal Heath. HEX triplet: A4, 40 and 78. RGB value is (164,64,120). Sum of RGB (Red+Green+Blue) = 164+64+120=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44078 is #5BBF87. Grayscale: #646464. Windows color (decimal): -6012808 or 7880868. OLE color: 7880868.

HSL color Cylindrical-coordinate representation of color #A44078: hue angle of 326.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44078 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 120 -
CMYK 0 0.61 0.27 0.36
HSL 326.4º 0.44% 0.45% -
HSV(B) 326.4º 0.61% 0.64% -
XYZ 20.53 12.92 19.18 -
YUV 100.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 164 64 120 0 0.61 0.27 0.36 326.4 0.44 0.45
Hex A4 40 78 0 3D 1B 24 146 2C 2D
Octal 244 100 170 0 75 33 44 506 54 55
Binary 10100100 1000000 1111000 0 111101 11011 100100 101000110 101100 101101

Color Harmonies of #A44078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44078

Black with #A44078

Text Example


Text Example

White with #A44078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44078; }

 p { color: rgb(164,64,120); }

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

background-color css

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

 a { background-color: rgb(164,64,120); }

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

border-color css

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

 span { border-color: rgb(164,64,120); }

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