Html Css Color HEX #AC4882 Royal Heath

📋 copy color: '#AC4882'

red 172 ◦ green 72 ◦ blue 130

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

Shades of Royal Heath #AC4882

Tints of Royal Heath #AC4882

RGB

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

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

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

R = 45.99%
G = 19.25%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC4882 (or 0xAC4882) is known color: Royal Heath. HEX triplet: AC, 48 and 82. RGB value is (172,72,130). Sum of RGB (Red+Green+Blue) = 172+72+130=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4882 is #53B77D. Grayscale: #6C6C6C. Windows color (decimal): -5486462 or 8538284. OLE color: 8538284.

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

Color convert

RGB 172 72 130 -
CMYK 0 0.58 0.24 0.33
HSL 325.2º 0.41% 0.48% -
HSV(B) 325.2º 0.58% 0.67% -
XYZ 23.36 15.02 22.79 -
YUV 108.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 172 72 130 0 0.58 0.24 0.33 325.2 0.41 0.48
Hex AC 48 82 0 3A 18 21 145 29 30
Octal 254 110 202 0 72 30 41 505 51 60
Binary 10101100 1001000 10000010 0 111010 11000 100001 101000101 101001 110000

Color Harmonies of #AC4882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4882

Black with #AC4882

Text Example


Text Example

White with #AC4882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4882; }

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

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

background-color css

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

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

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

border-color css

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

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

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