Html Css Color HEX #AC407B Royal Heath

📋 copy color: '#AC407B'

red 172 ◦ green 64 ◦ blue 123

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

Shades of Royal Heath #AC407B

Tints of Royal Heath #AC407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 47.91%
G = 17.83%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC407B (or 0xAC407B) is known color: Royal Heath. HEX triplet: AC, 40 and 7B. RGB value is (172,64,123). Sum of RGB (Red+Green+Blue) = 172+64+123=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC407B is #53BF84. Grayscale: #666666. Windows color (decimal): -5488517 or 8077484. OLE color: 8077484.

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

Color convert

RGB 172 64 123 -
CMYK 0 0.63 0.28 0.33
HSL 327.22º 0.46% 0.46% -
HSV(B) 327.22º 0.63% 0.67% -
XYZ 22.42 13.87 20.23 -
YUV 103.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 172 64 123 0 0.63 0.28 0.33 327.22 0.46 0.46
Hex AC 40 7B 0 3F 1C 21 147 2E 2E
Octal 254 100 173 0 77 34 41 507 56 56
Binary 10101100 1000000 1111011 0 111111 11100 100001 101000111 101110 101110

Color Harmonies of #AC407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC407B

Black with #AC407B

Text Example


Text Example

White with #AC407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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