Html Css Color HEX #AC5A7E Royal Heath

📋 copy color: '#AC5A7E'

red 172 ◦ green 90 ◦ blue 126

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

Shades of Royal Heath #AC5A7E

Tints of Royal Heath #AC5A7E

RGB

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

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

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

R = 44.33%
G = 23.2%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC5A7E (or 0xAC5A7E) is known color: Royal Heath. HEX triplet: AC, 5A and 7E. RGB value is (172,90,126). Sum of RGB (Red+Green+Blue) = 172+90+126=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A7E is #53A581. Grayscale: #767676. Windows color (decimal): -5481858 or 8280748. OLE color: 8280748.

HSL color Cylindrical-coordinate representation of color #AC5A7E: hue angle of 333.66º 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 #AC5A7E is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 126 -
CMYK 0 0.48 0.27 0.33
HSL 333.66º 0.33% 0.51% -
HSV(B) 333.66º 0.48% 0.67% -
XYZ 24.44 17.59 21.85 -
YUV 118.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 172 90 126 0 0.48 0.27 0.33 333.66 0.33 0.51
Hex AC 5A 7E 0 30 1B 21 14E 21 33
Octal 254 132 176 0 60 33 41 516 41 63
Binary 10101100 1011010 1111110 0 110000 11011 100001 101001110 100001 110011

Color Harmonies of #AC5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A7E

Black with #AC5A7E

Text Example


Text Example

White with #AC5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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