Html Css Color HEX #AC4A83 Royal Heath

📋 copy color: '#AC4A83'

red 172 ◦ green 74 ◦ blue 131

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

Shades of Royal Heath #AC4A83

Tints of Royal Heath #AC4A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

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

R = 45.62%
G = 19.63%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC4A83 (or 0xAC4A83) is known color: Royal Heath. HEX triplet: AC, 4A and 83. RGB value is (172,74,131). Sum of RGB (Red+Green+Blue) = 172+74+131=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A83 is #53B57C. Grayscale: #6D6D6D. Windows color (decimal): -5485949 or 8604332. OLE color: 8604332.

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

Color convert

RGB 172 74 131 -
CMYK 0 0.57 0.24 0.33
HSL 325.1º 0.4% 0.48% -
HSV(B) 325.1º 0.57% 0.67% -
XYZ 23.56 15.31 23.19 -
YUV 109.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 172 74 131 0 0.57 0.24 0.33 325.1 0.4 0.48
Hex AC 4A 83 0 39 18 21 145 28 30
Octal 254 112 203 0 71 30 41 505 50 60
Binary 10101100 1001010 10000011 0 111001 11000 100001 101000101 101000 110000

Color Harmonies of #AC4A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A83

Black with #AC4A83

Text Example


Text Example

White with #AC4A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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