Html Css Color HEX #AC3C75 Royal Heath

📋 copy color: '#AC3C75'

red 172 ◦ green 60 ◦ blue 117

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

Shades of Royal Heath #AC3C75

Tints of Royal Heath #AC3C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 49.28%
G = 17.19%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC3C75 (or 0xAC3C75) is known color: Royal Heath. HEX triplet: AC, 3C and 75. RGB value is (172,60,117). Sum of RGB (Red+Green+Blue) = 172+60+117=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C75 is #53C38A. Grayscale: #636363. Windows color (decimal): -5489547 or 7683244. OLE color: 7683244.

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

Color convert

RGB 172 60 117 -
CMYK 0 0.65 0.32 0.33
HSL 329.46º 0.48% 0.45% -
HSV(B) 329.46º 0.65% 0.67% -
XYZ 21.84 13.29 18.24 -
YUV 99.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 172 60 117 0 0.65 0.32 0.33 329.46 0.48 0.45
Hex AC 3C 75 0 41 20 21 149 30 2D
Octal 254 74 165 0 101 40 41 511 60 55
Binary 10101100 111100 1110101 0 1000001 100000 100001 101001001 110000 101101

Color Harmonies of #AC3C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C75

Black with #AC3C75

Text Example


Text Example

White with #AC3C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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