Html Css Color HEX #AC507D Royal Heath

📋 copy color: '#AC507D'

red 172 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #AC507D

Tints of Royal Heath #AC507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 45.62%
G = 21.22%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC507D (or 0xAC507D) is known color: Royal Heath. HEX triplet: AC, 50 and 7D. RGB value is (172,80,125). Sum of RGB (Red+Green+Blue) = 172+80+125=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC507D is #53AF82. Grayscale: #707070. Windows color (decimal): -5484419 or 8212652. OLE color: 8212652.

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

Color convert

RGB 172 80 125 -
CMYK 0 0.53 0.27 0.33
HSL 330.65º 0.37% 0.49% -
HSV(B) 330.65º 0.53% 0.67% -
XYZ 23.58 15.99 21.25 -
YUV 112.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 172 80 125 0 0.53 0.27 0.33 330.65 0.37 0.49
Hex AC 50 7D 0 35 1B 21 14B 25 31
Octal 254 120 175 0 65 33 41 513 45 61
Binary 10101100 1010000 1111101 0 110101 11011 100001 101001011 100101 110001

Color Harmonies of #AC507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC507D

Black with #AC507D

Text Example


Text Example

White with #AC507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC507D; }

 p { color: rgb(172,80,125); }

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

background-color css

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

 a { background-color: rgb(172,80,125); }

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

border-color css

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

 span { border-color: rgb(172,80,125); }

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