Html Css Color HEX #AC527E Royal Heath

📋 copy color: '#AC527E'

red 172 ◦ green 82 ◦ blue 126

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

Shades of Royal Heath #AC527E

Tints of Royal Heath #AC527E

RGB

 RED value IS 172 (67.58% from 255) = 45.26%

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

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 45.26%
G = 21.58%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC527E (or 0xAC527E) is known color: Royal Heath. HEX triplet: AC, 52 and 7E. RGB value is (172,82,126). Sum of RGB (Red+Green+Blue) = 172+82+126=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC527E is #53AD81. Grayscale: #717171. Windows color (decimal): -5483906 or 8278700. OLE color: 8278700.

HSL color Cylindrical-coordinate representation of color #AC527E: hue angle of 330.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC527E is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 82 126 -
CMYK 0 0.52 0.27 0.33
HSL 330.67º 0.35% 0.5% -
HSV(B) 330.67º 0.52% 0.67% -
XYZ 23.8 16.31 21.63 -
YUV 113.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 172 82 126 0 0.52 0.27 0.33 330.67 0.35 0.5
Hex AC 52 7E 0 34 1B 21 14B 23 32
Octal 254 122 176 0 64 33 41 513 43 62
Binary 10101100 1010010 1111110 0 110100 11011 100001 101001011 100011 110010

Color Harmonies of #AC527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC527E

Black with #AC527E

Text Example


Text Example

White with #AC527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC527E; }

 p { color: rgb(172,82,126); }

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

background-color css

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

 a { background-color: rgb(172,82,126); }

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

border-color css

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

 span { border-color: rgb(172,82,126); }

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