Html Css Color HEX #A8557B Royal Heath

📋 copy color: '#A8557B'

red 168 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #A8557B

Tints of Royal Heath #A8557B

RGB

 RED value IS 168 (66.02% from 255) = 44.68%

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

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

R = 44.68%
G = 22.61%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8557B (or 0xA8557B) is known color: Royal Heath. HEX triplet: A8, 55 and 7B. RGB value is (168,85,123). Sum of RGB (Red+Green+Blue) = 168+85+123=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8557B is #57AA84. Grayscale: #727272. Windows color (decimal): -5745285 or 8082856. OLE color: 8082856.

HSL color Cylindrical-coordinate representation of color #A8557B: hue angle of 332.53º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8557B is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 85 123 -
CMYK 0 0.49 0.27 0.34
HSL 332.53º 0.33% 0.5% -
HSV(B) 332.53º 0.49% 0.66% -
XYZ 22.97 16.25 20.67 -
YUV 114.15 133 166.41 -
System Red Green Blue C M Y K H S L
Decimal 168 85 123 0 0.49 0.27 0.34 332.53 0.33 0.5
Hex A8 55 7B 0 31 1B 22 14D 21 32
Octal 250 125 173 0 61 33 42 515 41 62
Binary 10101000 1010101 1111011 0 110001 11011 100010 101001101 100001 110010

Color Harmonies of #A8557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8557B

Black with #A8557B

Text Example


Text Example

White with #A8557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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