Html Css Color HEX #AC4C7A Royal Heath

📋 copy color: '#AC4C7A'

red 172 ◦ green 76 ◦ blue 122

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

Shades of Royal Heath #AC4C7A

Tints of Royal Heath #AC4C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

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

R = 46.49%
G = 20.54%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC4C7A (or 0xAC4C7A) is known color: Royal Heath. HEX triplet: AC, 4C and 7A. RGB value is (172,76,122). Sum of RGB (Red+Green+Blue) = 172+76+122=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C7A is #53B385. Grayscale: #6D6D6D. Windows color (decimal): -5485446 or 8015020. OLE color: 8015020.

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

Color convert

RGB 172 76 122 -
CMYK 0 0.56 0.29 0.33
HSL 331.25º 0.39% 0.49% -
HSV(B) 331.25º 0.56% 0.67% -
XYZ 23.11 15.34 20.16 -
YUV 109.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 172 76 122 0 0.56 0.29 0.33 331.25 0.39 0.49
Hex AC 4C 7A 0 38 1D 21 14B 27 31
Octal 254 114 172 0 70 35 41 513 47 61
Binary 10101100 1001100 1111010 0 111000 11101 100001 101001011 100111 110001

Color Harmonies of #AC4C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C7A

Black with #AC4C7A

Text Example


Text Example

White with #AC4C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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