Html Css Color HEX #AC5A7F Royal Heath

📋 copy color: '#AC5A7F'

red 172 ◦ green 90 ◦ blue 127

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

Shades of Royal Heath #AC5A7F

Tints of Royal Heath #AC5A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 44.22%
G = 23.14%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5A7F (or 0xAC5A7F) is known color: Royal Heath. HEX triplet: AC, 5A and 7F. RGB value is (172,90,127). Sum of RGB (Red+Green+Blue) = 172+90+127=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A7F is #53A580. Grayscale: #767676. Windows color (decimal): -5481857 or 8346284. OLE color: 8346284.

HSL color Cylindrical-coordinate representation of color #AC5A7F: hue angle of 332.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A7F is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 127 -
CMYK 0 0.48 0.26 0.33
HSL 332.93º 0.33% 0.51% -
HSV(B) 332.93º 0.48% 0.67% -
XYZ 24.5 17.62 22.19 -
YUV 118.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 172 90 127 0 0.48 0.26 0.33 332.93 0.33 0.51
Hex AC 5A 7F 0 30 1A 21 14D 21 33
Octal 254 132 177 0 60 32 41 515 41 63
Binary 10101100 1011010 1111111 0 110000 11010 100001 101001101 100001 110011

Color Harmonies of #AC5A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A7F

Black with #AC5A7F

Text Example


Text Example

White with #AC5A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A7F; }

 p { color: rgb(172,90,127); }

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

background-color css

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

 a { background-color: rgb(172,90,127); }

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

border-color css

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

 span { border-color: rgb(172,90,127); }

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