Html Css Color HEX #A7557B Royal Heath

📋 copy color: '#A7557B'

red 167 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #A7557B

Tints of Royal Heath #A7557B

RGB

 RED value IS 167 (65.63% from 255) = 44.53%

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

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

R = 44.53%
G = 22.67%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7557B (or 0xA7557B) is known color: Royal Heath. HEX triplet: A7, 55 and 7B. RGB value is (167,85,123). Sum of RGB (Red+Green+Blue) = 167+85+123=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7557B is #58AA84. Grayscale: #717171. Windows color (decimal): -5810821 or 8082855. OLE color: 8082855.

HSL color Cylindrical-coordinate representation of color #A7557B: hue angle of 332.2º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7557B is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 85 123 -
CMYK 0 0.49 0.26 0.35
HSL 332.2º 0.33% 0.49% -
HSV(B) 332.2º 0.49% 0.65% -
XYZ 22.76 16.14 20.66 -
YUV 113.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 167 85 123 0 0.49 0.26 0.35 332.2 0.33 0.49
Hex A7 55 7B 0 31 1A 23 14C 21 31
Octal 247 125 173 0 61 32 43 514 41 61
Binary 10100111 1010101 1111011 0 110001 11010 100011 101001100 100001 110001

Color Harmonies of #A7557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7557B

Black with #A7557B

Text Example


Text Example

White with #A7557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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