Html Css Color HEX #AC4C75 Royal Heath

📋 copy color: '#AC4C75'

red 172 ◦ green 76 ◦ blue 117

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

Shades of Royal Heath #AC4C75

Tints of Royal Heath #AC4C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 47.12%
G = 20.82%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC4C75 (or 0xAC4C75) is known color: Royal Heath. HEX triplet: AC, 4C and 75. RGB value is (172,76,117). Sum of RGB (Red+Green+Blue) = 172+76+117=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C75 is #53B38A. Grayscale: #6D6D6D. Windows color (decimal): -5485451 or 7687340. OLE color: 7687340.

HSL color Cylindrical-coordinate representation of color #AC4C75: hue angle of 334.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C75 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 117 -
CMYK 0 0.56 0.32 0.33
HSL 334.38º 0.39% 0.49% -
HSV(B) 334.38º 0.56% 0.67% -
XYZ 22.81 15.22 18.57 -
YUV 109.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 172 76 117 0 0.56 0.32 0.33 334.38 0.39 0.49
Hex AC 4C 75 0 38 20 21 14E 27 31
Octal 254 114 165 0 70 40 41 516 47 61
Binary 10101100 1001100 1110101 0 111000 100000 100001 101001110 100111 110001

Color Harmonies of #AC4C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C75

Black with #AC4C75

Text Example


Text Example

White with #AC4C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C75; }

 p { color: rgb(172,76,117); }

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

background-color css

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

 a { background-color: rgb(172,76,117); }

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

border-color css

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

 span { border-color: rgb(172,76,117); }

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