Html Css Color HEX #AC4680 Royal Heath

📋 copy color: '#AC4680'

red 172 ◦ green 70 ◦ blue 128

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

Shades of Royal Heath #AC4680

Tints of Royal Heath #AC4680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.92%

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

R = 46.49%
G = 18.92%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC4680 (or 0xAC4680) is known color: Royal Heath. HEX triplet: AC, 46 and 80. RGB value is (172,70,128). Sum of RGB (Red+Green+Blue) = 172+70+128=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4680 is #53B97F. Grayscale: #6A6A6A. Windows color (decimal): -5486976 or 8406700. OLE color: 8406700.

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

Color convert

RGB 172 70 128 -
CMYK 0 0.59 0.26 0.33
HSL 325.88º 0.42% 0.47% -
HSV(B) 325.88º 0.59% 0.67% -
XYZ 23.1 14.71 22.04 -
YUV 107.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 172 70 128 0 0.59 0.26 0.33 325.88 0.42 0.47
Hex AC 46 80 0 3B 1A 21 146 2A 2F
Octal 254 106 200 0 73 32 41 506 52 57
Binary 10101100 1000110 10000000 0 111011 11010 100001 101000110 101010 101111

Color Harmonies of #AC4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4680

Black with #AC4680

Text Example


Text Example

White with #AC4680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4680; }

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

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

background-color css

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

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

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

border-color css

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

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

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