Html Css Color HEX #AC437D Royal Heath

📋 copy color: '#AC437D'

red 172 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #AC437D

Tints of Royal Heath #AC437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.41%

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

R = 47.25%
G = 18.41%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC437D (or 0xAC437D) is known color: Royal Heath. HEX triplet: AC, 43 and 7D. RGB value is (172,67,125). Sum of RGB (Red+Green+Blue) = 172+67+125=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC437D is #53BC82. Grayscale: #686868. Windows color (decimal): -5487747 or 8209324. OLE color: 8209324.

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

Color convert

RGB 172 67 125 -
CMYK 0 0.61 0.27 0.33
HSL 326.86º 0.44% 0.47% -
HSV(B) 326.86º 0.61% 0.67% -
XYZ 22.72 14.27 20.96 -
YUV 105.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 172 67 125 0 0.61 0.27 0.33 326.86 0.44 0.47
Hex AC 43 7D 0 3D 1B 21 147 2C 2F
Octal 254 103 175 0 75 33 41 507 54 57
Binary 10101100 1000011 1111101 0 111101 11011 100001 101000111 101100 101111

Color Harmonies of #AC437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC437D

Black with #AC437D

Text Example


Text Example

White with #AC437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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