Html Css Color HEX #AC3B74 Royal Heath

📋 copy color: '#AC3B74'

red 172 ◦ green 59 ◦ blue 116

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

Shades of Royal Heath #AC3B74

Tints of Royal Heath #AC3B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

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

R = 49.57%
G = 17%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC3B74 (or 0xAC3B74) is known color: Royal Heath. HEX triplet: AC, 3B and 74. RGB value is (172,59,116). Sum of RGB (Red+Green+Blue) = 172+59+116=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3B74 is #53C48B. Grayscale: #636363. Windows color (decimal): -5489804 or 7617452. OLE color: 7617452.

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

Color convert

RGB 172 59 116 -
CMYK 0 0.66 0.33 0.33
HSL 329.73º 0.49% 0.45% -
HSV(B) 329.73º 0.66% 0.67% -
XYZ 21.73 13.16 17.92 -
YUV 99.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 172 59 116 0 0.66 0.33 0.33 329.73 0.49 0.45
Hex AC 3B 74 0 42 21 21 14A 31 2D
Octal 254 73 164 0 102 41 41 512 61 55
Binary 10101100 111011 1110100 0 1000010 100001 100001 101001010 110001 101101

Color Harmonies of #AC3B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B74

Black with #AC3B74

Text Example


Text Example

White with #AC3B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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