Html Css Color HEX #A54374 Royal Heath

📋 copy color: '#A54374'

red 165 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #A54374

Tints of Royal Heath #A54374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 47.41%
G = 19.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A54374 (or 0xA54374) is known color: Royal Heath. HEX triplet: A5, 43 and 74. RGB value is (165,67,116). Sum of RGB (Red+Green+Blue) = 165+67+116=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A54374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54374 is #5ABC8B. Grayscale: #656565. Windows color (decimal): -5946508 or 7619493. OLE color: 7619493.

HSL color Cylindrical-coordinate representation of color #A54374: hue angle of 330º 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 #A54374 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 67 116 -
CMYK 0 0.59 0.30 0.35
HSL 330º 0.42% 0.45% -
HSV(B) 330º 0.59% 0.65% -
XYZ 20.68 13.27 18 -
YUV 101.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 165 67 116 0 0.59 0.30 0.35 330 0.42 0.45
Hex A5 43 74 0 3B 1E 23 14A 2A 2D
Octal 245 103 164 0 73 36 43 512 52 55
Binary 10100101 1000011 1110100 0 111011 11110 100011 101001010 101010 101101

Color Harmonies of #A54374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54374

Black with #A54374

Text Example


Text Example

White with #A54374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54374; }

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

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

background-color css

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

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

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

border-color css

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

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

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