Html Css Color HEX #AC4681 Royal Heath

📋 copy color: '#AC4681'

red 172 ◦ green 70 ◦ blue 129

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

Shades of Royal Heath #AC4681

Tints of Royal Heath #AC4681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

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

R = 46.36%
G = 18.87%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC4681 (or 0xAC4681) is known color: Royal Heath. HEX triplet: AC, 46 and 81. RGB value is (172,70,129). Sum of RGB (Red+Green+Blue) = 172+70+129=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4681 is #53B97E. Grayscale: #6B6B6B. Windows color (decimal): -5486975 or 8472236. OLE color: 8472236.

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

Color convert

RGB 172 70 129 -
CMYK 0 0.59 0.25 0.33
HSL 325.29º 0.42% 0.47% -
HSV(B) 325.29º 0.59% 0.67% -
XYZ 23.17 14.74 22.39 -
YUV 107.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 172 70 129 0 0.59 0.25 0.33 325.29 0.42 0.47
Hex AC 46 81 0 3B 19 21 145 2A 2F
Octal 254 106 201 0 73 31 41 505 52 57
Binary 10101100 1000110 10000001 0 111011 11001 100001 101000101 101010 101111

Color Harmonies of #AC4681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4681

Black with #AC4681

Text Example


Text Example

White with #AC4681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4681; }

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

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

background-color css

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

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

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

border-color css

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

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

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