Html Css Color HEX #AC5083 Royal Heath

📋 copy color: '#AC5083'

red 172 ◦ green 80 ◦ blue 131

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

Shades of Royal Heath #AC5083

Tints of Royal Heath #AC5083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

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

R = 44.91%
G = 20.89%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC5083 (or 0xAC5083) is known color: Royal Heath. HEX triplet: AC, 50 and 83. RGB value is (172,80,131). Sum of RGB (Red+Green+Blue) = 172+80+131=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5083 is #53AF7C. Grayscale: #717171. Windows color (decimal): -5484413 or 8605868. OLE color: 8605868.

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

Color convert

RGB 172 80 131 -
CMYK 0 0.53 0.24 0.33
HSL 326.74º 0.37% 0.49% -
HSV(B) 326.74º 0.53% 0.67% -
XYZ 23.98 16.15 23.33 -
YUV 113.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 172 80 131 0 0.53 0.24 0.33 326.74 0.37 0.49
Hex AC 50 83 0 35 18 21 147 25 31
Octal 254 120 203 0 65 30 41 507 45 61
Binary 10101100 1010000 10000011 0 110101 11000 100001 101000111 100101 110001

Color Harmonies of #AC5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5083

Black with #AC5083

Text Example


Text Example

White with #AC5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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