Html Css Color HEX #A54A70 Royal Heath

📋 copy color: '#A54A70'

red 165 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #A54A70

Tints of Royal Heath #A54A70

RGB

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

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

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

R = 47.01%
G = 21.08%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A54A70 (or 0xA54A70) is known color: Royal Heath. HEX triplet: A5, 4A and 70. RGB value is (165,74,112). Sum of RGB (Red+Green+Blue) = 165+74+112=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A70 is #5AB58F. Grayscale: #696969. Windows color (decimal): -5944720 or 7359141. OLE color: 7359141.

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

Color convert

RGB 165 74 112 -
CMYK 0 0.55 0.32 0.35
HSL 334.95º 0.38% 0.47% -
HSV(B) 334.95º 0.55% 0.65% -
XYZ 20.89 14.07 16.94 -
YUV 105.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 165 74 112 0 0.55 0.32 0.35 334.95 0.38 0.47
Hex A5 4A 70 0 37 20 23 14F 26 2F
Octal 245 112 160 0 67 40 43 517 46 57
Binary 10100101 1001010 1110000 0 110111 100000 100011 101001111 100110 101111

Color Harmonies of #A54A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A70

Black with #A54A70

Text Example


Text Example

White with #A54A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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