Html Css Color HEX #AC527A Royal Heath

📋 copy color: '#AC527A'

red 172 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #AC527A

Tints of Royal Heath #AC527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 45.74%
G = 21.81%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC527A (or 0xAC527A) is known color: Royal Heath. HEX triplet: AC, 52 and 7A. RGB value is (172,82,122). Sum of RGB (Red+Green+Blue) = 172+82+122=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC527A is #53AD85. Grayscale: #717171. Windows color (decimal): -5483910 or 8016556. OLE color: 8016556.

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

Color convert

RGB 172 82 122 -
CMYK 0 0.52 0.29 0.33
HSL 333.33º 0.35% 0.5% -
HSV(B) 333.33º 0.52% 0.67% -
XYZ 23.54 16.21 20.3 -
YUV 113.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 172 82 122 0 0.52 0.29 0.33 333.33 0.35 0.5
Hex AC 52 7A 0 34 1D 21 14D 23 32
Octal 254 122 172 0 64 35 41 515 43 62
Binary 10101100 1010010 1111010 0 110100 11101 100001 101001101 100011 110010

Color Harmonies of #AC527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC527A

Black with #AC527A

Text Example


Text Example

White with #AC527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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