Html Css Color HEX #AC507F Royal Heath

📋 copy color: '#AC507F'

red 172 ◦ green 80 ◦ blue 127

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

Shades of Royal Heath #AC507F

Tints of Royal Heath #AC507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 45.38%
G = 21.11%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC507F (or 0xAC507F) is known color: Royal Heath. HEX triplet: AC, 50 and 7F. RGB value is (172,80,127). Sum of RGB (Red+Green+Blue) = 172+80+127=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC507F is #53AF80. Grayscale: #707070. Windows color (decimal): -5484417 or 8343724. OLE color: 8343724.

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

Color convert

RGB 172 80 127 -
CMYK 0 0.53 0.26 0.33
HSL 329.35º 0.37% 0.49% -
HSV(B) 329.35º 0.53% 0.67% -
XYZ 23.71 16.04 21.92 -
YUV 112.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 172 80 127 0 0.53 0.26 0.33 329.35 0.37 0.49
Hex AC 50 7F 0 35 1A 21 149 25 31
Octal 254 120 177 0 65 32 41 511 45 61
Binary 10101100 1010000 1111111 0 110101 11010 100001 101001001 100101 110001

Color Harmonies of #AC507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC507F

Black with #AC507F

Text Example


Text Example

White with #AC507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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