Html Css Color HEX #AC4E7B Royal Heath

📋 copy color: '#AC4E7B'

red 172 ◦ green 78 ◦ blue 123

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

Shades of Royal Heath #AC4E7B

Tints of Royal Heath #AC4E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.91%

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

R = 46.11%
G = 20.91%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC4E7B (or 0xAC4E7B) is known color: Royal Heath. HEX triplet: AC, 4E and 7B. RGB value is (172,78,123). Sum of RGB (Red+Green+Blue) = 172+78+123=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E7B is #53B184. Grayscale: #6F6F6F. Windows color (decimal): -5484933 or 8081068. OLE color: 8081068.

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

Color convert

RGB 172 78 123 -
CMYK 0 0.55 0.28 0.33
HSL 331.28º 0.38% 0.49% -
HSV(B) 331.28º 0.55% 0.67% -
XYZ 23.31 15.65 20.53 -
YUV 111.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 172 78 123 0 0.55 0.28 0.33 331.28 0.38 0.49
Hex AC 4E 7B 0 37 1C 21 14B 26 31
Octal 254 116 173 0 67 34 41 513 46 61
Binary 10101100 1001110 1111011 0 110111 11100 100001 101001011 100110 110001

Color Harmonies of #AC4E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E7B

Black with #AC4E7B

Text Example


Text Example

White with #AC4E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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