Html Css Color HEX #AC5C7F Royal Heath

📋 copy color: '#AC5C7F'

red 172 ◦ green 92 ◦ blue 127

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

Shades of Royal Heath #AC5C7F

Tints of Royal Heath #AC5C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.53%

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

R = 43.99%
G = 23.53%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5C7F (or 0xAC5C7F) is known color: Royal Heath. HEX triplet: AC, 5C and 7F. RGB value is (172,92,127). Sum of RGB (Red+Green+Blue) = 172+92+127=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C7F is #53A380. Grayscale: #777777. Windows color (decimal): -5481345 or 8346796. OLE color: 8346796.

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

Color convert

RGB 172 92 127 -
CMYK 0 0.47 0.26 0.33
HSL 333.75º 0.33% 0.52% -
HSV(B) 333.75º 0.47% 0.67% -
XYZ 24.67 17.96 22.24 -
YUV 119.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 172 92 127 0 0.47 0.26 0.33 333.75 0.33 0.52
Hex AC 5C 7F 0 2F 1A 21 14E 21 34
Octal 254 134 177 0 57 32 41 516 41 64
Binary 10101100 1011100 1111111 0 101111 11010 100001 101001110 100001 110100

Color Harmonies of #AC5C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C7F

Black with #AC5C7F

Text Example


Text Example

White with #AC5C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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