Html Css Color HEX #AC5383 Royal Heath

📋 copy color: '#AC5383'

red 172 ◦ green 83 ◦ blue 131

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

Shades of Royal Heath #AC5383

Tints of Royal Heath #AC5383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.94%

R = 44.56%
G = 21.5%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC5383 (or 0xAC5383) is known color: Royal Heath. HEX triplet: AC, 53 and 83. RGB value is (172,83,131). Sum of RGB (Red+Green+Blue) = 172+83+131=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5383 is #53AC7C. Grayscale: #727272. Windows color (decimal): -5483645 or 8606636. OLE color: 8606636.

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

Color convert

RGB 172 83 131 -
CMYK 0 0.52 0.24 0.33
HSL 327.64º 0.35% 0.5% -
HSV(B) 327.64º 0.52% 0.67% -
XYZ 24.2 16.6 23.4 -
YUV 115.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 172 83 131 0 0.52 0.24 0.33 327.64 0.35 0.5
Hex AC 53 83 0 34 18 21 148 23 32
Octal 254 123 203 0 64 30 41 510 43 62
Binary 10101100 1010011 10000011 0 110100 11000 100001 101001000 100011 110010

Color Harmonies of #AC5383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5383

Black with #AC5383

Text Example


Text Example

White with #AC5383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5383; }

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

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

background-color css

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

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

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

border-color css

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

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

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