Html Css Color HEX #AC447D Royal Heath

📋 copy color: '#AC447D'

red 172 ◦ green 68 ◦ blue 125

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

Shades of Royal Heath #AC447D

Tints of Royal Heath #AC447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 47.12%
G = 18.63%
B = 34.25%

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

#AC447D (or 0xAC447D) is known color: Royal Heath. HEX triplet: AC, 44 and 7D. RGB value is (172,68,125). Sum of RGB (Red+Green+Blue) = 172+68+125=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC447D is #53BB82. Grayscale: #696969. Windows color (decimal): -5487491 or 8209580. OLE color: 8209580.

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

Color convert

RGB 172 68 125 -
CMYK 0 0.60 0.27 0.33
HSL 327.12º 0.43% 0.47% -
HSV(B) 327.12º 0.6% 0.67% -
XYZ 22.78 14.39 20.98 -
YUV 105.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 172 68 125 0 0.60 0.27 0.33 327.12 0.43 0.47
Hex AC 44 7D 0 3C 1B 21 147 2B 2F
Octal 254 104 175 0 74 33 41 507 53 57
Binary 10101100 1000100 1111101 0 111100 11011 100001 101000111 101011 101111

Color Harmonies of #AC447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC447D

Black with #AC447D

Text Example


Text Example

White with #AC447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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