Html Css Color HEX #AC427C Royal Heath

📋 copy color: '#AC427C'

red 172 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #AC427C

Tints of Royal Heath #AC427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 47.51%
G = 18.23%
B = 34.25%

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

#AC427C (or 0xAC427C) is known color: Royal Heath. HEX triplet: AC, 42 and 7C. RGB value is (172,66,124). Sum of RGB (Red+Green+Blue) = 172+66+124=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC427C is #53BD83. Grayscale: #686868. Windows color (decimal): -5488004 or 8143532. OLE color: 8143532.

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

Color convert

RGB 172 66 124 -
CMYK 0 0.62 0.28 0.33
HSL 327.17º 0.45% 0.47% -
HSV(B) 327.17º 0.62% 0.67% -
XYZ 22.6 14.12 20.6 -
YUV 104.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 172 66 124 0 0.62 0.28 0.33 327.17 0.45 0.47
Hex AC 42 7C 0 3E 1C 21 147 2D 2F
Octal 254 102 174 0 76 34 41 507 55 57
Binary 10101100 1000010 1111100 0 111110 11100 100001 101000111 101101 101111

Color Harmonies of #AC427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC427C

Black with #AC427C

Text Example


Text Example

White with #AC427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC427C; }

 p { color: rgb(172,66,124); }

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

background-color css

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

 a { background-color: rgb(172,66,124); }

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

border-color css

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

 span { border-color: rgb(172,66,124); }

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