Html Css Color HEX #AC6898 Bouquet

📋 copy color: '#AC6898'

red 172 ◦ green 104 ◦ blue 152

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

Shades of Bouquet #AC6898

Tints of Bouquet #AC6898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.3%

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

R = 40.19%
G = 24.3%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC6898 (or 0xAC6898) is known color: Bouquet. HEX triplet: AC, 68 and 98. RGB value is (172,104,152). Sum of RGB (Red+Green+Blue) = 172+104+152=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6898 is #539767. Grayscale: #818181. Windows color (decimal): -5478248 or 9988268. OLE color: 9988268.

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

Color convert

RGB 172 104 152 -
CMYK 0 0.40 0.12 0.33
HSL 317.65º 0.29% 0.54% -
HSV(B) 317.65º 0.4% 0.67% -
XYZ 27.63 20.94 32.29 -
YUV 129.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 172 104 152 0 0.40 0.12 0.33 317.65 0.29 0.54
Hex AC 68 98 0 28 C 21 13E 1D 36
Octal 254 150 230 0 50 14 41 476 35 66
Binary 10101100 1101000 10011000 0 101000 1100 100001 100111110 11101 110110

Color Harmonies of #AC6898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6898

Black with #AC6898

Text Example


Text Example

White with #AC6898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6898; }

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

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

background-color css

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

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

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

border-color css

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

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

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