Html Css Color HEX #A54F7A Royal Heath

📋 copy color: '#A54F7A'

red 165 ◦ green 79 ◦ blue 122

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

Shades of Royal Heath #A54F7A

Tints of Royal Heath #A54F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 45.08%
G = 21.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A54F7A (or 0xA54F7A) is known color: Royal Heath. HEX triplet: A5, 4F and 7A. RGB value is (165,79,122). Sum of RGB (Red+Green+Blue) = 165+79+122=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F7A is #5AB085. Grayscale: #6D6D6D. Windows color (decimal): -5943430 or 8015781. OLE color: 8015781.

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

Color convert

RGB 165 79 122 -
CMYK 0 0.52 0.26 0.35
HSL 330º 0.35% 0.48% -
HSV(B) 330º 0.52% 0.65% -
XYZ 21.83 15 20.16 -
YUV 109.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 165 79 122 0 0.52 0.26 0.35 330 0.35 0.48
Hex A5 4F 7A 0 34 1A 23 14A 23 30
Octal 245 117 172 0 64 32 43 512 43 60
Binary 10100101 1001111 1111010 0 110100 11010 100011 101001010 100011 110000

Color Harmonies of #A54F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F7A

Black with #A54F7A

Text Example


Text Example

White with #A54F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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