Html Css Color HEX #AC7B9B Bouquet

📋 copy color: '#AC7B9B'

red 172 ◦ green 123 ◦ blue 155

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

Shades of Bouquet #AC7B9B

Tints of Bouquet #AC7B9B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.33%

 BLUE value IS 155 (60.94% from 255) = 34.44%

R = 38.22%
G = 27.33%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC7B9B (or 0xAC7B9B) is known color: Bouquet. HEX triplet: AC, 7B and 9B. RGB value is (172,123,155). Sum of RGB (Red+Green+Blue) = 172+123+155=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B9B is #538464. Grayscale: #8D8D8D. Windows color (decimal): -5473381 or 10189740. OLE color: 10189740.

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

Color convert

RGB 172 123 155 -
CMYK 0 0.28 0.10 0.33
HSL 320.82º 0.23% 0.58% -
HSV(B) 320.82º 0.28% 0.67% -
XYZ 30.01 25.3 34.31 -
YUV 141.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 172 123 155 0 0.28 0.10 0.33 320.82 0.23 0.58
Hex AC 7B 9B 0 1C A 21 141 17 3A
Octal 254 173 233 0 34 12 41 501 27 72
Binary 10101100 1111011 10011011 0 11100 1010 100001 101000001 10111 111010

Color Harmonies of #AC7B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B9B

Black with #AC7B9B

Text Example


Text Example

White with #AC7B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B9B; }

 p { color: rgb(172,123,155); }

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

background-color css

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

 a { background-color: rgb(172,123,155); }

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

border-color css

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

 span { border-color: rgb(172,123,155); }

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