Html Css Color HEX #AC5D7D Royal Heath

📋 copy color: '#AC5D7D'

red 172 ◦ green 93 ◦ blue 125

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

Shades of Royal Heath #AC5D7D

Tints of Royal Heath #AC5D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.85%

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

R = 44.1%
G = 23.85%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC5D7D (or 0xAC5D7D) is known color: Royal Heath. HEX triplet: AC, 5D and 7D. RGB value is (172,93,125). Sum of RGB (Red+Green+Blue) = 172+93+125=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D7D is #53A282. Grayscale: #787878. Windows color (decimal): -5481091 or 8215980. OLE color: 8215980.

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

Color convert

RGB 172 93 125 -
CMYK 0 0.46 0.27 0.33
HSL 335.7º 0.32% 0.52% -
HSV(B) 335.7º 0.46% 0.67% -
XYZ 24.63 18.08 21.59 -
YUV 120.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 172 93 125 0 0.46 0.27 0.33 335.7 0.32 0.52
Hex AC 5D 7D 0 2E 1B 21 150 20 34
Octal 254 135 175 0 56 33 41 520 40 64
Binary 10101100 1011101 1111101 0 101110 11011 100001 101010000 100000 110100

Color Harmonies of #AC5D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D7D

Black with #AC5D7D

Text Example


Text Example

White with #AC5D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D7D; }

 p { color: rgb(172,93,125); }

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

background-color css

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

 a { background-color: rgb(172,93,125); }

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

border-color css

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

 span { border-color: rgb(172,93,125); }

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