Html Css Color HEX #AC487A Royal Heath

📋 copy color: '#AC487A'

red 172 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #AC487A

Tints of Royal Heath #AC487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

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

R = 46.99%
G = 19.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC487A (or 0xAC487A) is known color: Royal Heath. HEX triplet: AC, 48 and 7A. RGB value is (172,72,122). Sum of RGB (Red+Green+Blue) = 172+72+122=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC487A is #53B785. Grayscale: #6B6B6B. Windows color (decimal): -5486470 or 8013996. OLE color: 8013996.

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

Color convert

RGB 172 72 122 -
CMYK 0 0.58 0.29 0.33
HSL 330º 0.41% 0.48% -
HSV(B) 330º 0.58% 0.67% -
XYZ 22.84 14.81 20.07 -
YUV 107.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 172 72 122 0 0.58 0.29 0.33 330 0.41 0.48
Hex AC 48 7A 0 3A 1D 21 14A 29 30
Octal 254 110 172 0 72 35 41 512 51 60
Binary 10101100 1001000 1111010 0 111010 11101 100001 101001010 101001 110000

Color Harmonies of #AC487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC487A

Black with #AC487A

Text Example


Text Example

White with #AC487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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