Html Css Color HEX #A44A70 Royal Heath

📋 copy color: '#A44A70'

red 164 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #A44A70

Tints of Royal Heath #A44A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 46.86%
G = 21.14%
B = 32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A44A70 (or 0xA44A70) is known color: Royal Heath. HEX triplet: A4, 4A and 70. RGB value is (164,74,112). Sum of RGB (Red+Green+Blue) = 164+74+112=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A70 is #5BB58F. Grayscale: #696969. Windows color (decimal): -6010256 or 7359140. OLE color: 7359140.

HSL color Cylindrical-coordinate representation of color #A44A70: hue angle of 334.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A70 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 74 112 -
CMYK 0 0.55 0.32 0.36
HSL 334.67º 0.38% 0.47% -
HSV(B) 334.67º 0.55% 0.64% -
XYZ 20.68 13.96 16.93 -
YUV 105.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 164 74 112 0 0.55 0.32 0.36 334.67 0.38 0.47
Hex A4 4A 70 0 37 20 24 14F 26 2F
Octal 244 112 160 0 67 40 44 517 46 57
Binary 10100100 1001010 1110000 0 110111 100000 100100 101001111 100110 101111

Color Harmonies of #A44A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A70

Black with #A44A70

Text Example


Text Example

White with #A44A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A70; }

 p { color: rgb(164,74,112); }

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

background-color css

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

 a { background-color: rgb(164,74,112); }

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

border-color css

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

 span { border-color: rgb(164,74,112); }

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