Html Css Color HEX #AC4C82 Royal Heath

📋 copy color: '#AC4C82'

red 172 ◦ green 76 ◦ blue 130

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

Shades of Royal Heath #AC4C82

Tints of Royal Heath #AC4C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 45.5%
G = 20.11%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC4C82 (or 0xAC4C82) is known color: Royal Heath. HEX triplet: AC, 4C and 82. RGB value is (172,76,130). Sum of RGB (Red+Green+Blue) = 172+76+130=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C82 is #53B37D. Grayscale: #6E6E6E. Windows color (decimal): -5485438 or 8539308. OLE color: 8539308.

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

Color convert

RGB 172 76 130 -
CMYK 0 0.56 0.24 0.33
HSL 326.25º 0.39% 0.49% -
HSV(B) 326.25º 0.56% 0.67% -
XYZ 23.63 15.55 22.88 -
YUV 110.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 172 76 130 0 0.56 0.24 0.33 326.25 0.39 0.49
Hex AC 4C 82 0 38 18 21 146 27 31
Octal 254 114 202 0 70 30 41 506 47 61
Binary 10101100 1001100 10000010 0 111000 11000 100001 101000110 100111 110001

Color Harmonies of #AC4C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C82

Black with #AC4C82

Text Example


Text Example

White with #AC4C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C82; }

 p { color: rgb(172,76,130); }

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

background-color css

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

 a { background-color: rgb(172,76,130); }

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

border-color css

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

 span { border-color: rgb(172,76,130); }

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