Html Css Color HEX #A6527F Royal Heath

📋 copy color: '#A6527F'

red 166 ◦ green 82 ◦ blue 127

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

Shades of Royal Heath #A6527F

Tints of Royal Heath #A6527F

RGB

 RED value IS 166 (65.23% from 255) = 44.27%

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

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

R = 44.27%
G = 21.87%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6527F (or 0xA6527F) is known color: Royal Heath. HEX triplet: A6, 52 and 7F. RGB value is (166,82,127). Sum of RGB (Red+Green+Blue) = 166+82+127=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6527F is #59AD80. Grayscale: #707070. Windows color (decimal): -5877121 or 8344230. OLE color: 8344230.

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

Color convert

RGB 166 82 127 -
CMYK 0 0.51 0.23 0.35
HSL 327.86º 0.34% 0.49% -
HSV(B) 327.86º 0.51% 0.65% -
XYZ 22.57 15.67 21.91 -
YUV 112.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 166 82 127 0 0.51 0.23 0.35 327.86 0.34 0.49
Hex A6 52 7F 0 33 17 23 148 22 31
Octal 246 122 177 0 63 27 43 510 42 61
Binary 10100110 1010010 1111111 0 110011 10111 100011 101001000 100010 110001

Color Harmonies of #A6527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6527F

Black with #A6527F

Text Example


Text Example

White with #A6527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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