Html Css Color HEX #AC4174 Royal Heath

📋 copy color: '#AC4174'

red 172 ◦ green 65 ◦ blue 116

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

Shades of Royal Heath #AC4174

Tints of Royal Heath #AC4174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 48.73%
G = 18.41%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC4174 (or 0xAC4174) is known color: Royal Heath. HEX triplet: AC, 41 and 74. RGB value is (172,65,116). Sum of RGB (Red+Green+Blue) = 172+65+116=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4174 is #53BE8B. Grayscale: #666666. Windows color (decimal): -5488268 or 7618988. OLE color: 7618988.

HSL color Cylindrical-coordinate representation of color #AC4174: hue angle of 331.4º 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 #AC4174 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 116 -
CMYK 0 0.62 0.33 0.33
HSL 331.4º 0.45% 0.46% -
HSV(B) 331.4º 0.62% 0.67% -
XYZ 22.06 13.81 18.03 -
YUV 102.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 172 65 116 0 0.62 0.33 0.33 331.4 0.45 0.46
Hex AC 41 74 0 3E 21 21 14B 2D 2E
Octal 254 101 164 0 76 41 41 513 55 56
Binary 10101100 1000001 1110100 0 111110 100001 100001 101001011 101101 101110

Color Harmonies of #AC4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4174

Black with #AC4174

Text Example


Text Example

White with #AC4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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