Html Css Color HEX #AC4D7A Royal Heath

📋 copy color: '#AC4D7A'

red 172 ◦ green 77 ◦ blue 122

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

Shades of Royal Heath #AC4D7A

Tints of Royal Heath #AC4D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

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

R = 46.36%
G = 20.75%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC4D7A (or 0xAC4D7A) is known color: Royal Heath. HEX triplet: AC, 4D and 7A. RGB value is (172,77,122). Sum of RGB (Red+Green+Blue) = 172+77+122=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D7A is #53B285. Grayscale: #6E6E6E. Windows color (decimal): -5485190 or 8015276. OLE color: 8015276.

HSL color Cylindrical-coordinate representation of color #AC4D7A: hue angle of 331.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D7A is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 77 122 -
CMYK 0 0.55 0.29 0.33
HSL 331.58º 0.38% 0.49% -
HSV(B) 331.58º 0.55% 0.67% -
XYZ 23.18 15.48 20.18 -
YUV 110.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 172 77 122 0 0.55 0.29 0.33 331.58 0.38 0.49
Hex AC 4D 7A 0 37 1D 21 14C 26 31
Octal 254 115 172 0 67 35 41 514 46 61
Binary 10101100 1001101 1111010 0 110111 11101 100001 101001100 100110 110001

Color Harmonies of #AC4D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D7A

Black with #AC4D7A

Text Example


Text Example

White with #AC4D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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