Html Css Color HEX #A6527B Royal Heath

📋 copy color: '#A6527B'

red 166 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #A6527B

Tints of Royal Heath #A6527B

RGB

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

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

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

R = 44.74%
G = 22.1%
B = 33.15%

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

#A6527B (or 0xA6527B) is known color: Royal Heath. HEX triplet: A6, 52 and 7B. RGB value is (166,82,123). Sum of RGB (Red+Green+Blue) = 166+82+123=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6527B is #59AD84. Grayscale: #6F6F6F. Windows color (decimal): -5877125 or 8082086. OLE color: 8082086.

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

Color convert

RGB 166 82 123 -
CMYK 0 0.51 0.26 0.35
HSL 330.71º 0.34% 0.49% -
HSV(B) 330.71º 0.51% 0.65% -
XYZ 22.32 15.57 20.57 -
YUV 111.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 166 82 123 0 0.51 0.26 0.35 330.71 0.34 0.49
Hex A6 52 7B 0 33 1A 23 14B 22 31
Octal 246 122 173 0 63 32 43 513 42 61
Binary 10100110 1010010 1111011 0 110011 11010 100011 101001011 100010 110001

Color Harmonies of #A6527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6527B

Black with #A6527B

Text Example


Text Example

White with #A6527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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