Html Css Color HEX #AC7698 Bouquet

📋 copy color: '#AC7698'

red 172 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #AC7698

Tints of Bouquet #AC7698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.7%

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

R = 38.91%
G = 26.7%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC7698 (or 0xAC7698) is known color: Bouquet. HEX triplet: AC, 76 and 98. RGB value is (172,118,152). Sum of RGB (Red+Green+Blue) = 172+118+152=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7698 is #538967. Grayscale: #898989. Windows color (decimal): -5474664 or 9991852. OLE color: 9991852.

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

Color convert

RGB 172 118 152 -
CMYK 0 0.31 0.12 0.33
HSL 322.22º 0.25% 0.57% -
HSV(B) 322.22º 0.31% 0.67% -
XYZ 29.16 23.99 32.8 -
YUV 138.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 172 118 152 0 0.31 0.12 0.33 322.22 0.25 0.57
Hex AC 76 98 0 1F C 21 142 19 39
Octal 254 166 230 0 37 14 41 502 31 71
Binary 10101100 1110110 10011000 0 11111 1100 100001 101000010 11001 111001

Color Harmonies of #AC7698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7698

Black with #AC7698

Text Example


Text Example

White with #AC7698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7698; }

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

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

background-color css

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

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

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

border-color css

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

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

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