Html Css Color HEX #AC477A Royal Heath

📋 copy color: '#AC477A'

red 172 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #AC477A

Tints of Royal Heath #AC477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 47.12%
G = 19.45%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC477A (or 0xAC477A) is known color: Royal Heath. HEX triplet: AC, 47 and 7A. RGB value is (172,71,122). Sum of RGB (Red+Green+Blue) = 172+71+122=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC477A is #53B885. Grayscale: #6A6A6A. Windows color (decimal): -5486726 or 8013740. OLE color: 8013740.

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

Color convert

RGB 172 71 122 -
CMYK 0 0.59 0.29 0.33
HSL 329.7º 0.42% 0.48% -
HSV(B) 329.7º 0.59% 0.67% -
XYZ 22.78 14.68 20.05 -
YUV 107.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 172 71 122 0 0.59 0.29 0.33 329.7 0.42 0.48
Hex AC 47 7A 0 3B 1D 21 14A 2A 30
Octal 254 107 172 0 73 35 41 512 52 60
Binary 10101100 1000111 1111010 0 111011 11101 100001 101001010 101010 110000

Color Harmonies of #AC477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC477A

Black with #AC477A

Text Example


Text Example

White with #AC477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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