Html Css Color HEX #AC6A98 Bouquet

📋 copy color: '#AC6A98'

red 172 ◦ green 106 ◦ blue 152

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

Shades of Bouquet #AC6A98

Tints of Bouquet #AC6A98

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.65%

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

R = 40%
G = 24.65%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC6A98 (or 0xAC6A98) is known color: Bouquet. HEX triplet: AC, 6A and 98. RGB value is (172,106,152). Sum of RGB (Red+Green+Blue) = 172+106+152=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A98 is #539567. Grayscale: #828282. Windows color (decimal): -5477736 or 9988780. OLE color: 9988780.

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

Color convert

RGB 172 106 152 -
CMYK 0 0.38 0.12 0.33
HSL 318.18º 0.28% 0.55% -
HSV(B) 318.18º 0.38% 0.67% -
XYZ 27.83 21.35 32.36 -
YUV 130.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 172 106 152 0 0.38 0.12 0.33 318.18 0.28 0.55
Hex AC 6A 98 0 26 C 21 13E 1C 37
Octal 254 152 230 0 46 14 41 476 34 67
Binary 10101100 1101010 10011000 0 100110 1100 100001 100111110 11100 110111

Color Harmonies of #AC6A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A98

Black with #AC6A98

Text Example


Text Example

White with #AC6A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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