Html Css Color HEX #AC4B81 Royal Heath

📋 copy color: '#AC4B81'

red 172 ◦ green 75 ◦ blue 129

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

Shades of Royal Heath #AC4B81

Tints of Royal Heath #AC4B81

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 45.74%
G = 19.95%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC4B81 (or 0xAC4B81) is known color: Royal Heath. HEX triplet: AC, 4B and 81. RGB value is (172,75,129). Sum of RGB (Red+Green+Blue) = 172+75+129=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B81 is #53B47E. Grayscale: #6E6E6E. Windows color (decimal): -5485695 or 8473516. OLE color: 8473516.

HSL color Cylindrical-coordinate representation of color #AC4B81: hue angle of 326.6º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4B81 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 75 129 -
CMYK 0 0.56 0.25 0.33
HSL 326.6º 0.39% 0.48% -
HSV(B) 326.6º 0.56% 0.67% -
XYZ 23.49 15.39 22.5 -
YUV 110.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 172 75 129 0 0.56 0.25 0.33 326.6 0.39 0.48
Hex AC 4B 81 0 38 19 21 147 27 30
Octal 254 113 201 0 70 31 41 507 47 60
Binary 10101100 1001011 10000001 0 111000 11001 100001 101000111 100111 110000

Color Harmonies of #AC4B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B81

Black with #AC4B81

Text Example


Text Example

White with #AC4B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B81; }

 p { color: rgb(172,75,129); }

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

background-color css

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

 a { background-color: rgb(172,75,129); }

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

border-color css

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

 span { border-color: rgb(172,75,129); }

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