Html Css Color HEX #AC4A7A Royal Heath

📋 copy color: '#AC4A7A'

red 172 ◦ green 74 ◦ blue 122

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

Shades of Royal Heath #AC4A7A

Tints of Royal Heath #AC4A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.11%

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 46.74%
G = 20.11%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC4A7A (or 0xAC4A7A) is known color: Royal Heath. HEX triplet: AC, 4A and 7A. RGB value is (172,74,122). Sum of RGB (Red+Green+Blue) = 172+74+122=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4A7A is #53B585. Grayscale: #6C6C6C. Windows color (decimal): -5485958 or 8014508. OLE color: 8014508.

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

Color convert

RGB 172 74 122 -
CMYK 0 0.57 0.29 0.33
HSL 330.61º 0.4% 0.48% -
HSV(B) 330.61º 0.57% 0.67% -
XYZ 22.97 15.07 20.11 -
YUV 108.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 172 74 122 0 0.57 0.29 0.33 330.61 0.4 0.48
Hex AC 4A 7A 0 39 1D 21 14B 28 30
Octal 254 112 172 0 71 35 41 513 50 60
Binary 10101100 1001010 1111010 0 111001 11101 100001 101001011 101000 110000

Color Harmonies of #AC4A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A7A

Black with #AC4A7A

Text Example


Text Example

White with #AC4A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A7A; }

 p { color: rgb(172,74,122); }

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

background-color css

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

 a { background-color: rgb(172,74,122); }

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

border-color css

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

 span { border-color: rgb(172,74,122); }

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