Html Css Color HEX #AC4580 Royal Heath

📋 copy color: '#AC4580'

red 172 ◦ green 69 ◦ blue 128

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

Shades of Royal Heath #AC4580

Tints of Royal Heath #AC4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.7%

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 46.61%
G = 18.7%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC4580 (or 0xAC4580) is known color: Royal Heath. HEX triplet: AC, 45 and 80. RGB value is (172,69,128). Sum of RGB (Red+Green+Blue) = 172+69+128=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4580 is #53BA7F. Grayscale: #6A6A6A. Windows color (decimal): -5487232 or 8406444. OLE color: 8406444.

HSL color Cylindrical-coordinate representation of color #AC4580: hue angle of 325.63º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4580 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 128 -
CMYK 0 0.60 0.26 0.33
HSL 325.63º 0.43% 0.47% -
HSV(B) 325.63º 0.6% 0.67% -
XYZ 23.04 14.59 22.02 -
YUV 106.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 172 69 128 0 0.60 0.26 0.33 325.63 0.43 0.47
Hex AC 45 80 0 3C 1A 21 146 2B 2F
Octal 254 105 200 0 74 32 41 506 53 57
Binary 10101100 1000101 10000000 0 111100 11010 100001 101000110 101011 101111

Color Harmonies of #AC4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4580

Black with #AC4580

Text Example


Text Example

White with #AC4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4580; }

 p { color: rgb(172,69,128); }

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

background-color css

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

 a { background-color: rgb(172,69,128); }

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

border-color css

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

 span { border-color: rgb(172,69,128); }

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