Html Css Color HEX #A7527A Royal Heath

📋 copy color: '#A7527A'

red 167 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #A7527A

Tints of Royal Heath #A7527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 45.01%
G = 22.1%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A7527A (or 0xA7527A) is known color: Royal Heath. HEX triplet: A7, 52 and 7A. RGB value is (167,82,122). Sum of RGB (Red+Green+Blue) = 167+82+122=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7527A is #58AD85. Grayscale: #6F6F6F. Windows color (decimal): -5811590 or 8016551. OLE color: 8016551.

HSL color Cylindrical-coordinate representation of color #A7527A: hue angle of 331.76º 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 #A7527A is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 82 122 -
CMYK 0 0.51 0.27 0.35
HSL 331.76º 0.34% 0.49% -
HSV(B) 331.76º 0.51% 0.65% -
XYZ 22.47 15.66 20.25 -
YUV 111.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 167 82 122 0 0.51 0.27 0.35 331.76 0.34 0.49
Hex A7 52 7A 0 33 1B 23 14C 22 31
Octal 247 122 172 0 63 33 43 514 42 61
Binary 10100111 1010010 1111010 0 110011 11011 100011 101001100 100010 110001

Color Harmonies of #A7527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7527A

Black with #A7527A

Text Example


Text Example

White with #A7527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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