Html Css Color HEX #AC5482 Royal Heath

📋 copy color: '#AC5482'

red 172 ◦ green 84 ◦ blue 130

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

Shades of Royal Heath #AC5482

Tints of Royal Heath #AC5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.76%

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

R = 44.56%
G = 21.76%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC5482 (or 0xAC5482) is known color: Royal Heath. HEX triplet: AC, 54 and 82. RGB value is (172,84,130). Sum of RGB (Red+Green+Blue) = 172+84+130=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5482 is #53AB7D. Grayscale: #737373. Windows color (decimal): -5483390 or 8541356. OLE color: 8541356.

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

Color convert

RGB 172 84 130 -
CMYK 0 0.51 0.24 0.33
HSL 328.64º 0.35% 0.5% -
HSV(B) 328.64º 0.51% 0.67% -
XYZ 24.21 16.72 23.07 -
YUV 115.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 172 84 130 0 0.51 0.24 0.33 328.64 0.35 0.5
Hex AC 54 82 0 33 18 21 149 23 32
Octal 254 124 202 0 63 30 41 511 43 62
Binary 10101100 1010100 10000010 0 110011 11000 100001 101001001 100011 110010

Color Harmonies of #AC5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5482

Black with #AC5482

Text Example


Text Example

White with #AC5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5482; }

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

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

background-color css

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

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

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

border-color css

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

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

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