Html Css Color HEX #AC517E Royal Heath

📋 copy color: '#AC517E'

red 172 ◦ green 81 ◦ blue 126

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

Shades of Royal Heath #AC517E

Tints of Royal Heath #AC517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.37%

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 45.38%
G = 21.37%
B = 33.25%

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

#AC517E (or 0xAC517E) is known color: Royal Heath. HEX triplet: AC, 51 and 7E. RGB value is (172,81,126). Sum of RGB (Red+Green+Blue) = 172+81+126=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC517E is #53AE81. Grayscale: #717171. Windows color (decimal): -5484162 or 8278444. OLE color: 8278444.

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

Color convert

RGB 172 81 126 -
CMYK 0 0.53 0.27 0.33
HSL 330.33º 0.36% 0.5% -
HSV(B) 330.33º 0.53% 0.67% -
XYZ 23.72 16.16 21.61 -
YUV 113.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 172 81 126 0 0.53 0.27 0.33 330.33 0.36 0.5
Hex AC 51 7E 0 35 1B 21 14A 24 32
Octal 254 121 176 0 65 33 41 512 44 62
Binary 10101100 1010001 1111110 0 110101 11011 100001 101001010 100100 110010

Color Harmonies of #AC517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC517E

Black with #AC517E

Text Example


Text Example

White with #AC517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC517E; }

 p { color: rgb(172,81,126); }

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

background-color css

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

 a { background-color: rgb(172,81,126); }

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

border-color css

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

 span { border-color: rgb(172,81,126); }

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