Html Css Color HEX #A4557B Royal Heath

📋 copy color: '#A4557B'

red 164 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #A4557B

Tints of Royal Heath #A4557B

RGB

 RED value IS 164 (64.45% from 255) = 44.09%

 GREEN value IS 85 (33.59% from 255) = 22.85%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 44.09%
G = 22.85%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4557B (or 0xA4557B) is known color: Royal Heath. HEX triplet: A4, 55 and 7B. RGB value is (164,85,123). Sum of RGB (Red+Green+Blue) = 164+85+123=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4557B is #5BAA84. Grayscale: #707070. Windows color (decimal): -6007429 or 8082852. OLE color: 8082852.

HSL color Cylindrical-coordinate representation of color #A4557B: hue angle of 331.14º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4557B is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 123 -
CMYK 0 0.48 0.25 0.36
HSL 331.14º 0.32% 0.49% -
HSV(B) 331.14º 0.48% 0.64% -
XYZ 22.13 15.82 20.63 -
YUV 112.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 164 85 123 0 0.48 0.25 0.36 331.14 0.32 0.49
Hex A4 55 7B 0 30 19 24 14B 20 31
Octal 244 125 173 0 60 31 44 513 40 61
Binary 10100100 1010101 1111011 0 110000 11001 100100 101001011 100000 110001

Color Harmonies of #A4557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4557B

Black with #A4557B

Text Example


Text Example

White with #A4557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4557B; }

 p { color: rgb(164,85,123); }

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

background-color css

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

 a { background-color: rgb(164,85,123); }

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

border-color css

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

 span { border-color: rgb(164,85,123); }

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