Html Css Color HEX #AC7098 Bouquet

📋 copy color: '#AC7098'

red 172 ◦ green 112 ◦ blue 152

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

Shades of Bouquet #AC7098

Tints of Bouquet #AC7098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

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

R = 39.45%
G = 25.69%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC7098 (or 0xAC7098) is known color: Bouquet. HEX triplet: AC, 70 and 98. RGB value is (172,112,152). Sum of RGB (Red+Green+Blue) = 172+112+152=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7098 is #538F67. Grayscale: #868686. Windows color (decimal): -5476200 or 9990316. OLE color: 9990316.

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

Color convert

RGB 172 112 152 -
CMYK 0 0.35 0.12 0.33
HSL 320º 0.27% 0.56% -
HSV(B) 320º 0.35% 0.67% -
XYZ 28.47 22.63 32.57 -
YUV 134.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 172 112 152 0 0.35 0.12 0.33 320 0.27 0.56
Hex AC 70 98 0 23 C 21 140 1B 38
Octal 254 160 230 0 43 14 41 500 33 70
Binary 10101100 1110000 10011000 0 100011 1100 100001 101000000 11011 111000

Color Harmonies of #AC7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7098

Black with #AC7098

Text Example


Text Example

White with #AC7098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7098; }

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

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

background-color css

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

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

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

border-color css

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

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

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