Html Css Color HEX #AC4172 Royal Heath

📋 copy color: '#AC4172'

red 172 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #AC4172

Tints of Royal Heath #AC4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 49%
G = 18.52%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4172 (or 0xAC4172) is known color: Royal Heath. HEX triplet: AC, 41 and 72. RGB value is (172,65,114). Sum of RGB (Red+Green+Blue) = 172+65+114=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4172 is #53BE8D. Grayscale: #666666. Windows color (decimal): -5488270 or 7487916. OLE color: 7487916.

HSL color Cylindrical-coordinate representation of color #AC4172: hue angle of 332.52º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4172 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 114 -
CMYK 0 0.62 0.34 0.33
HSL 332.52º 0.45% 0.46% -
HSV(B) 332.52º 0.62% 0.67% -
XYZ 21.94 13.77 17.42 -
YUV 102.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 172 65 114 0 0.62 0.34 0.33 332.52 0.45 0.46
Hex AC 41 72 0 3E 22 21 14D 2D 2E
Octal 254 101 162 0 76 42 41 515 55 56
Binary 10101100 1000001 1110010 0 111110 100010 100001 101001101 101101 101110

Color Harmonies of #AC4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4172

Black with #AC4172

Text Example


Text Example

White with #AC4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4172; }

 p { color: rgb(172,65,114); }

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

background-color css

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

 a { background-color: rgb(172,65,114); }

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

border-color css

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

 span { border-color: rgb(172,65,114); }

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