Html Css Color HEX #AC447F Royal Heath

📋 copy color: '#AC447F'

red 172 ◦ green 68 ◦ blue 127

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

Shades of Royal Heath #AC447F

Tints of Royal Heath #AC447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 46.87%
G = 18.53%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC447F (or 0xAC447F) is known color: Royal Heath. HEX triplet: AC, 44 and 7F. RGB value is (172,68,127). Sum of RGB (Red+Green+Blue) = 172+68+127=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC447F is #53BB80. Grayscale: #696969. Windows color (decimal): -5487489 or 8340652. OLE color: 8340652.

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

Color convert

RGB 172 68 127 -
CMYK 0 0.60 0.26 0.33
HSL 325.96º 0.43% 0.47% -
HSV(B) 325.96º 0.6% 0.67% -
XYZ 22.91 14.44 21.66 -
YUV 105.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 172 68 127 0 0.60 0.26 0.33 325.96 0.43 0.47
Hex AC 44 7F 0 3C 1A 21 146 2B 2F
Octal 254 104 177 0 74 32 41 506 53 57
Binary 10101100 1000100 1111111 0 111100 11010 100001 101000110 101011 101111

Color Harmonies of #AC447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC447F

Black with #AC447F

Text Example


Text Example

White with #AC447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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