Html Css Color HEX #A54B75 Royal Heath

📋 copy color: '#A54B75'

red 165 ◦ green 75 ◦ blue 117

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

Shades of Royal Heath #A54B75

Tints of Royal Heath #A54B75

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

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

R = 46.22%
G = 21.01%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A54B75 (or 0xA54B75) is known color: Royal Heath. HEX triplet: A5, 4B and 75. RGB value is (165,75,117). Sum of RGB (Red+Green+Blue) = 165+75+117=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B75 is #5AB48A. Grayscale: #6A6A6A. Windows color (decimal): -5944459 or 7687077. OLE color: 7687077.

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

Color convert

RGB 165 75 117 -
CMYK 0 0.55 0.29 0.35
HSL 332º 0.38% 0.47% -
HSV(B) 332º 0.55% 0.65% -
XYZ 21.24 14.32 18.47 -
YUV 106.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 165 75 117 0 0.55 0.29 0.35 332 0.38 0.47
Hex A5 4B 75 0 37 1D 23 14C 26 2F
Octal 245 113 165 0 67 35 43 514 46 57
Binary 10100101 1001011 1110101 0 110111 11101 100011 101001100 100110 101111

Color Harmonies of #A54B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B75

Black with #A54B75

Text Example


Text Example

White with #A54B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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