Html Css Color HEX #A54875 Royal Heath

📋 copy color: '#A54875'

red 165 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #A54875

Tints of Royal Heath #A54875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.34%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 46.61%
G = 20.34%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A54875 (or 0xA54875) is known color: Royal Heath. HEX triplet: A5, 48 and 75. RGB value is (165,72,117). Sum of RGB (Red+Green+Blue) = 165+72+117=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A54875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54875 is #5AB78A. Grayscale: #686868. Windows color (decimal): -5945227 or 7686309. OLE color: 7686309.

HSL color Cylindrical-coordinate representation of color #A54875: hue angle of 330.97º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54875 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 117 -
CMYK 0 0.56 0.29 0.35
HSL 330.97º 0.39% 0.46% -
HSV(B) 330.97º 0.56% 0.65% -
XYZ 21.05 13.92 18.41 -
YUV 104.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 165 72 117 0 0.56 0.29 0.35 330.97 0.39 0.46
Hex A5 48 75 0 38 1D 23 14B 27 2E
Octal 245 110 165 0 70 35 43 513 47 56
Binary 10100101 1001000 1110101 0 111000 11101 100011 101001011 100111 101110

Color Harmonies of #A54875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54875

Black with #A54875

Text Example


Text Example

White with #A54875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54875; }

 p { color: rgb(165,72,117); }

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

background-color css

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

 a { background-color: rgb(165,72,117); }

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

border-color css

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

 span { border-color: rgb(165,72,117); }

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