Html Css Color HEX #AC477F Royal Heath

📋 copy color: '#AC477F'

red 172 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #AC477F

Tints of Royal Heath #AC477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.19%

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

R = 46.49%
G = 19.19%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC477F (or 0xAC477F) is known color: Royal Heath. HEX triplet: AC, 47 and 7F. RGB value is (172,71,127). Sum of RGB (Red+Green+Blue) = 172+71+127=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC477F is #53B880. Grayscale: #6B6B6B. Windows color (decimal): -5486721 or 8341420. OLE color: 8341420.

HSL color Cylindrical-coordinate representation of color #AC477F: hue angle of 326.73º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC477F is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 71 127 -
CMYK 0 0.59 0.26 0.33
HSL 326.73º 0.42% 0.48% -
HSV(B) 326.73º 0.59% 0.67% -
XYZ 23.1 14.81 21.72 -
YUV 107.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 172 71 127 0 0.59 0.26 0.33 326.73 0.42 0.48
Hex AC 47 7F 0 3B 1A 21 147 2A 30
Octal 254 107 177 0 73 32 41 507 52 60
Binary 10101100 1000111 1111111 0 111011 11010 100001 101000111 101010 110000

Color Harmonies of #AC477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC477F

Black with #AC477F

Text Example


Text Example

White with #AC477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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