Html Css Color HEX #A45470 Royal Heath

📋 copy color: '#A45470'

red 164 ◦ green 84 ◦ blue 112

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

Shades of Royal Heath #A45470

Tints of Royal Heath #A45470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

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

R = 45.56%
G = 23.33%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A45470 (or 0xA45470) is known color: Royal Heath. HEX triplet: A4, 54 and 70. RGB value is (164,84,112). Sum of RGB (Red+Green+Blue) = 164+84+112=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A45470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45470 is #5BAB8F. Grayscale: #6F6F6F. Windows color (decimal): -6007696 or 7361700. OLE color: 7361700.

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

Color convert

RGB 164 84 112 -
CMYK 0 0.49 0.32 0.36
HSL 339º 0.32% 0.49% -
HSV(B) 339º 0.49% 0.64% -
XYZ 21.4 15.4 17.17 -
YUV 111.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 164 84 112 0 0.49 0.32 0.36 339 0.32 0.49
Hex A4 54 70 0 31 20 24 153 20 31
Octal 244 124 160 0 61 40 44 523 40 61
Binary 10100100 1010100 1110000 0 110001 100000 100100 101010011 100000 110001

Color Harmonies of #A45470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45470

Black with #A45470

Text Example


Text Example

White with #A45470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45470; }

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

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

background-color css

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

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

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

border-color css

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

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

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