Html Css Color HEX #A54F70 Royal Heath

📋 copy color: '#A54F70'

red 165 ◦ green 79 ◦ blue 112

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

Shades of Royal Heath #A54F70

Tints of Royal Heath #A54F70

RGB

 RED value IS 165 (64.84% from 255) = 46.35%

 GREEN value IS 79 (31.25% from 255) = 22.19%

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

R = 46.35%
G = 22.19%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A54F70 (or 0xA54F70) is known color: Royal Heath. HEX triplet: A5, 4F and 70. RGB value is (165,79,112). Sum of RGB (Red+Green+Blue) = 165+79+112=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F70 is #5AB08F. Grayscale: #6C6C6C. Windows color (decimal): -5943440 or 7360421. OLE color: 7360421.

HSL color Cylindrical-coordinate representation of color #A54F70: hue angle of 336.98º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F70 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 79 112 -
CMYK 0 0.52 0.32 0.35
HSL 336.98º 0.35% 0.48% -
HSV(B) 336.98º 0.52% 0.65% -
XYZ 21.24 14.76 17.06 -
YUV 108.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 165 79 112 0 0.52 0.32 0.35 336.98 0.35 0.48
Hex A5 4F 70 0 34 20 23 151 23 30
Octal 245 117 160 0 64 40 43 521 43 60
Binary 10100101 1001111 1110000 0 110100 100000 100011 101010001 100011 110000

Color Harmonies of #A54F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F70

Black with #A54F70

Text Example


Text Example

White with #A54F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F70; }

 p { color: rgb(165,79,112); }

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

background-color css

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

 a { background-color: rgb(165,79,112); }

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

border-color css

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

 span { border-color: rgb(165,79,112); }

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