Html Css Color HEX #AC4C7B Royal Heath

📋 copy color: '#AC4C7B'

red 172 ◦ green 76 ◦ blue 123

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

Shades of Royal Heath #AC4C7B

Tints of Royal Heath #AC4C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 46.36%
G = 20.49%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC4C7B (or 0xAC4C7B) is known color: Royal Heath. HEX triplet: AC, 4C and 7B. RGB value is (172,76,123). Sum of RGB (Red+Green+Blue) = 172+76+123=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C7B is #53B384. Grayscale: #6D6D6D. Windows color (decimal): -5485445 or 8080556. OLE color: 8080556.

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

Color convert

RGB 172 76 123 -
CMYK 0 0.56 0.28 0.33
HSL 330.63º 0.39% 0.49% -
HSV(B) 330.63º 0.56% 0.67% -
XYZ 23.17 15.37 20.48 -
YUV 110.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 172 76 123 0 0.56 0.28 0.33 330.63 0.39 0.49
Hex AC 4C 7B 0 38 1C 21 14B 27 31
Octal 254 114 173 0 70 34 41 513 47 61
Binary 10101100 1001100 1111011 0 111000 11100 100001 101001011 100111 110001

Color Harmonies of #AC4C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C7B

Black with #AC4C7B

Text Example


Text Example

White with #AC4C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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