Html Css Color HEX #A6527D Royal Heath

📋 copy color: '#A6527D'

red 166 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #A6527D

Tints of Royal Heath #A6527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 44.5%
G = 21.98%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6527D (or 0xA6527D) is known color: Royal Heath. HEX triplet: A6, 52 and 7D. RGB value is (166,82,125). Sum of RGB (Red+Green+Blue) = 166+82+125=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6527D is #59AD82. Grayscale: #6F6F6F. Windows color (decimal): -5877123 or 8213158. OLE color: 8213158.

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

Color convert

RGB 166 82 125 -
CMYK 0 0.51 0.25 0.35
HSL 329.29º 0.34% 0.49% -
HSV(B) 329.29º 0.51% 0.65% -
XYZ 22.44 15.62 21.23 -
YUV 112.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 166 82 125 0 0.51 0.25 0.35 329.29 0.34 0.49
Hex A6 52 7D 0 33 19 23 149 22 31
Octal 246 122 175 0 63 31 43 511 42 61
Binary 10100110 1010010 1111101 0 110011 11001 100011 101001001 100010 110001

Color Harmonies of #A6527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6527D

Black with #A6527D

Text Example


Text Example

White with #A6527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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