Html Css Color HEX #A54375 Royal Heath

📋 copy color: '#A54375'

red 165 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #A54375

Tints of Royal Heath #A54375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

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

R = 47.28%
G = 19.2%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A54375 (or 0xA54375) is known color: Royal Heath. HEX triplet: A5, 43 and 75. RGB value is (165,67,117). Sum of RGB (Red+Green+Blue) = 165+67+117=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A54375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54375 is #5ABC8A. Grayscale: #656565. Windows color (decimal): -5946507 or 7685029. OLE color: 7685029.

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

Color convert

RGB 165 67 117 -
CMYK 0 0.59 0.29 0.35
HSL 329.39º 0.42% 0.45% -
HSV(B) 329.39º 0.59% 0.65% -
XYZ 20.74 13.3 18.3 -
YUV 102 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 165 67 117 0 0.59 0.29 0.35 329.39 0.42 0.45
Hex A5 43 75 0 3B 1D 23 149 2A 2D
Octal 245 103 165 0 73 35 43 511 52 55
Binary 10100101 1000011 1110101 0 111011 11101 100011 101001001 101010 101101

Color Harmonies of #A54375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54375

Black with #A54375

Text Example


Text Example

White with #A54375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54375; }

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

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

background-color css

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

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

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

border-color css

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

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

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