Html Css Color HEX #AC3A74 Royal Heath

📋 copy color: '#AC3A74'

red 172 ◦ green 58 ◦ blue 116

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

Shades of Royal Heath #AC3A74

Tints of Royal Heath #AC3A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.76%

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

R = 49.71%
G = 16.76%
B = 33.53%

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

#AC3A74 (or 0xAC3A74) is known color: Royal Heath. HEX triplet: AC, 3A and 74. RGB value is (172,58,116). Sum of RGB (Red+Green+Blue) = 172+58+116=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A74 is #53C58B. Grayscale: #626262. Windows color (decimal): -5490060 or 7617196. OLE color: 7617196.

HSL color Cylindrical-coordinate representation of color #AC3A74: hue angle of 329.47º degrees, saturation: 0.5, 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 #AC3A74 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 116 -
CMYK 0 0.66 0.33 0.33
HSL 329.47º 0.5% 0.45% -
HSV(B) 329.47º 0.66% 0.67% -
XYZ 21.68 13.06 17.9 -
YUV 98.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 172 58 116 0 0.66 0.33 0.33 329.47 0.5 0.45
Hex AC 3A 74 0 42 21 21 149 32 2D
Octal 254 72 164 0 102 41 41 511 62 55
Binary 10101100 111010 1110100 0 1000010 100001 100001 101001001 110010 101101

Color Harmonies of #AC3A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A74

Black with #AC3A74

Text Example


Text Example

White with #AC3A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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