Html Css Color HEX #AC3A75 Royal Heath

📋 copy color: '#AC3A75'

red 172 ◦ green 58 ◦ blue 117

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

Shades of Royal Heath #AC3A75

Tints of Royal Heath #AC3A75

RGB

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

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

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

R = 49.57%
G = 16.71%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC3A75 (or 0xAC3A75) is known color: Royal Heath. HEX triplet: AC, 3A and 75. RGB value is (172,58,117). Sum of RGB (Red+Green+Blue) = 172+58+117=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A75 is #53C58A. Grayscale: #626262. Windows color (decimal): -5490059 or 7682732. OLE color: 7682732.

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

Color convert

RGB 172 58 117 -
CMYK 0 0.66 0.32 0.33
HSL 328.95º 0.5% 0.45% -
HSV(B) 328.95º 0.66% 0.67% -
XYZ 21.74 13.08 18.21 -
YUV 98.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 172 58 117 0 0.66 0.32 0.33 328.95 0.5 0.45
Hex AC 3A 75 0 42 20 21 149 32 2D
Octal 254 72 165 0 102 40 41 511 62 55
Binary 10101100 111010 1110101 0 1000010 100000 100001 101001001 110010 101101

Color Harmonies of #AC3A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A75

Black with #AC3A75

Text Example


Text Example

White with #AC3A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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