Html Css Color HEX #A54F7E Royal Heath

📋 copy color: '#A54F7E'

red 165 ◦ green 79 ◦ blue 126

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

Shades of Royal Heath #A54F7E

Tints of Royal Heath #A54F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 44.59%
G = 21.35%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A54F7E (or 0xA54F7E) is known color: Royal Heath. HEX triplet: A5, 4F and 7E. RGB value is (165,79,126). Sum of RGB (Red+Green+Blue) = 165+79+126=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F7E is #5AB081. Grayscale: #6D6D6D. Windows color (decimal): -5943426 or 8277925. OLE color: 8277925.

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

Color convert

RGB 165 79 126 -
CMYK 0 0.52 0.24 0.35
HSL 327.21º 0.35% 0.48% -
HSV(B) 327.21º 0.52% 0.65% -
XYZ 22.08 15.1 21.49 -
YUV 110.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 165 79 126 0 0.52 0.24 0.35 327.21 0.35 0.48
Hex A5 4F 7E 0 34 18 23 147 23 30
Octal 245 117 176 0 64 30 43 507 43 60
Binary 10100101 1001111 1111110 0 110100 11000 100011 101000111 100011 110000

Color Harmonies of #A54F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F7E

Black with #A54F7E

Text Example


Text Example

White with #A54F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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