Html Css Color HEX #A7527B Royal Heath

📋 copy color: '#A7527B'

red 167 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #A7527B

Tints of Royal Heath #A7527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.04%

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

R = 44.89%
G = 22.04%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7527B (or 0xA7527B) is known color: Royal Heath. HEX triplet: A7, 52 and 7B. RGB value is (167,82,123). Sum of RGB (Red+Green+Blue) = 167+82+123=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7527B is #58AD84. Grayscale: #707070. Windows color (decimal): -5811589 or 8082087. OLE color: 8082087.

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

Color convert

RGB 167 82 123 -
CMYK 0 0.51 0.26 0.35
HSL 331.06º 0.34% 0.49% -
HSV(B) 331.06º 0.51% 0.65% -
XYZ 22.53 15.68 20.58 -
YUV 112.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 167 82 123 0 0.51 0.26 0.35 331.06 0.34 0.49
Hex A7 52 7B 0 33 1A 23 14B 22 31
Octal 247 122 173 0 63 32 43 513 42 61
Binary 10100111 1010010 1111011 0 110011 11010 100011 101001011 100010 110001

Color Harmonies of #A7527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7527B

Black with #A7527B

Text Example


Text Example

White with #A7527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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