Html Css Color HEX #AC457E Royal Heath

📋 copy color: '#AC457E'

red 172 ◦ green 69 ◦ blue 126

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

Shades of Royal Heath #AC457E

Tints of Royal Heath #AC457E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

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

R = 46.87%
G = 18.8%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC457E (or 0xAC457E) is known color: Royal Heath. HEX triplet: AC, 45 and 7E. RGB value is (172,69,126). Sum of RGB (Red+Green+Blue) = 172+69+126=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC457E is #53BA81. Grayscale: #6A6A6A. Windows color (decimal): -5487234 or 8275372. OLE color: 8275372.

HSL color Cylindrical-coordinate representation of color #AC457E: hue angle of 326.8º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC457E is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 126 -
CMYK 0 0.60 0.27 0.33
HSL 326.8º 0.43% 0.47% -
HSV(B) 326.8º 0.6% 0.67% -
XYZ 22.91 14.53 21.34 -
YUV 106.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 172 69 126 0 0.60 0.27 0.33 326.8 0.43 0.47
Hex AC 45 7E 0 3C 1B 21 147 2B 2F
Octal 254 105 176 0 74 33 41 507 53 57
Binary 10101100 1000101 1111110 0 111100 11011 100001 101000111 101011 101111

Color Harmonies of #AC457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC457E

Black with #AC457E

Text Example


Text Example

White with #AC457E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC457E; }

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

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

background-color css

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

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

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

border-color css

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

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

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