Html Css Color HEX #A7527F Royal Heath

📋 copy color: '#A7527F'

red 167 ◦ green 82 ◦ blue 127

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

Shades of Royal Heath #A7527F

Tints of Royal Heath #A7527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 44.41%
G = 21.81%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A7527F (or 0xA7527F) is known color: Royal Heath. HEX triplet: A7, 52 and 7F. RGB value is (167,82,127). Sum of RGB (Red+Green+Blue) = 167+82+127=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7527F is #58AD80. Grayscale: #707070. Windows color (decimal): -5811585 or 8344231. OLE color: 8344231.

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

Color convert

RGB 167 82 127 -
CMYK 0 0.51 0.24 0.35
HSL 328.24º 0.34% 0.49% -
HSV(B) 328.24º 0.51% 0.65% -
XYZ 22.78 15.78 21.92 -
YUV 112.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 167 82 127 0 0.51 0.24 0.35 328.24 0.34 0.49
Hex A7 52 7F 0 33 18 23 148 22 31
Octal 247 122 177 0 63 30 43 510 42 61
Binary 10100111 1010010 1111111 0 110011 11000 100011 101001000 100010 110001

Color Harmonies of #A7527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7527F

Black with #A7527F

Text Example


Text Example

White with #A7527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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