Html Css Color HEX #AC7498 Bouquet

📋 copy color: '#AC7498'

red 172 ◦ green 116 ◦ blue 152

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

Shades of Bouquet #AC7498

Tints of Bouquet #AC7498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

 BLUE value IS 152 (59.77% from 255) = 34.55%

R = 39.09%
G = 26.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC7498 (or 0xAC7498) is known color: Bouquet. HEX triplet: AC, 74 and 98. RGB value is (172,116,152). Sum of RGB (Red+Green+Blue) = 172+116+152=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7498 is #538B67. Grayscale: #888888. Windows color (decimal): -5475176 or 9991340. OLE color: 9991340.

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

Color convert

RGB 172 116 152 -
CMYK 0 0.33 0.12 0.33
HSL 321.43º 0.25% 0.56% -
HSV(B) 321.43º 0.33% 0.67% -
XYZ 28.93 23.53 32.72 -
YUV 136.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 172 116 152 0 0.33 0.12 0.33 321.43 0.25 0.56
Hex AC 74 98 0 21 C 21 141 19 38
Octal 254 164 230 0 41 14 41 501 31 70
Binary 10101100 1110100 10011000 0 100001 1100 100001 101000001 11001 111000

Color Harmonies of #AC7498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7498

Black with #AC7498

Text Example


Text Example

White with #AC7498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7498; }

 p { color: rgb(172,116,152); }

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

background-color css

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

 a { background-color: rgb(172,116,152); }

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

border-color css

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

 span { border-color: rgb(172,116,152); }

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