Html Css Color HEX #AC457D Royal Heath

📋 copy color: '#AC457D'

red 172 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #AC457D

Tints of Royal Heath #AC457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.85%

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

R = 46.99%
G = 18.85%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC457D (or 0xAC457D) is known color: Royal Heath. HEX triplet: AC, 45 and 7D. RGB value is (172,69,125). Sum of RGB (Red+Green+Blue) = 172+69+125=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC457D is #53BA82. Grayscale: #6A6A6A. Windows color (decimal): -5487235 or 8209836. OLE color: 8209836.

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

Color convert

RGB 172 69 125 -
CMYK 0 0.60 0.27 0.33
HSL 327.38º 0.43% 0.47% -
HSV(B) 327.38º 0.6% 0.67% -
XYZ 22.84 14.51 21 -
YUV 106.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 172 69 125 0 0.60 0.27 0.33 327.38 0.43 0.47
Hex AC 45 7D 0 3C 1B 21 147 2B 2F
Octal 254 105 175 0 74 33 41 507 53 57
Binary 10101100 1000101 1111101 0 111100 11011 100001 101000111 101011 101111

Color Harmonies of #AC457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC457D

Black with #AC457D

Text Example


Text Example

White with #AC457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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