Html Css Color HEX #A44B70 Royal Heath

📋 copy color: '#A44B70'

red 164 ◦ green 75 ◦ blue 112

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

Shades of Royal Heath #A44B70

Tints of Royal Heath #A44B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.37%

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

R = 46.72%
G = 21.37%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A44B70 (or 0xA44B70) is known color: Royal Heath. HEX triplet: A4, 4B and 70. RGB value is (164,75,112). Sum of RGB (Red+Green+Blue) = 164+75+112=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B70 is #5BB48F. Grayscale: #696969. Windows color (decimal): -6010000 or 7359396. OLE color: 7359396.

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

Color convert

RGB 164 75 112 -
CMYK 0 0.54 0.32 0.36
HSL 335.06º 0.37% 0.47% -
HSV(B) 335.06º 0.54% 0.64% -
XYZ 20.75 14.09 16.96 -
YUV 105.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 164 75 112 0 0.54 0.32 0.36 335.06 0.37 0.47
Hex A4 4B 70 0 36 20 24 14F 25 2F
Octal 244 113 160 0 66 40 44 517 45 57
Binary 10100100 1001011 1110000 0 110110 100000 100100 101001111 100101 101111

Color Harmonies of #A44B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B70

Black with #A44B70

Text Example


Text Example

White with #A44B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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