Html Css Color HEX #AC5384 Royal Heath

📋 copy color: '#AC5384'

red 172 ◦ green 83 ◦ blue 132

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

Shades of Royal Heath #AC5384

Tints of Royal Heath #AC5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 44.44%
G = 21.45%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC5384 (or 0xAC5384) is known color: Royal Heath. HEX triplet: AC, 53 and 84. RGB value is (172,83,132). Sum of RGB (Red+Green+Blue) = 172+83+132=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5384 is #53AC7B. Grayscale: #737373. Windows color (decimal): -5483644 or 8672172. OLE color: 8672172.

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

Color convert

RGB 172 83 132 -
CMYK 0 0.52 0.23 0.33
HSL 326.97º 0.35% 0.5% -
HSV(B) 326.97º 0.52% 0.67% -
XYZ 24.27 16.62 23.76 -
YUV 115.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 172 83 132 0 0.52 0.23 0.33 326.97 0.35 0.5
Hex AC 53 84 0 34 17 21 147 23 32
Octal 254 123 204 0 64 27 41 507 43 62
Binary 10101100 1010011 10000100 0 110100 10111 100001 101000111 100011 110010

Color Harmonies of #AC5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5384

Black with #AC5384

Text Example


Text Example

White with #AC5384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5384; }

 p { color: rgb(172,83,132); }

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

background-color css

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

 a { background-color: rgb(172,83,132); }

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

border-color css

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

 span { border-color: rgb(172,83,132); }

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