Html Css Color HEX #AC417B Royal Heath

📋 copy color: '#AC417B'

red 172 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #AC417B

Tints of Royal Heath #AC417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 47.78%
G = 18.06%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC417B (or 0xAC417B) is known color: Royal Heath. HEX triplet: AC, 41 and 7B. RGB value is (172,65,123). Sum of RGB (Red+Green+Blue) = 172+65+123=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC417B is #53BE84. Grayscale: #676767. Windows color (decimal): -5488261 or 8077740. OLE color: 8077740.

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

Color convert

RGB 172 65 123 -
CMYK 0 0.62 0.28 0.33
HSL 327.48º 0.45% 0.46% -
HSV(B) 327.48º 0.62% 0.67% -
XYZ 22.48 13.98 20.25 -
YUV 103.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 172 65 123 0 0.62 0.28 0.33 327.48 0.45 0.46
Hex AC 41 7B 0 3E 1C 21 147 2D 2E
Octal 254 101 173 0 76 34 41 507 55 56
Binary 10101100 1000001 1111011 0 111110 11100 100001 101000111 101101 101110

Color Harmonies of #AC417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC417B

Black with #AC417B

Text Example


Text Example

White with #AC417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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