Html Css Color HEX #AC7BA5 Bouquet

📋 copy color: '#AC7BA5'

red 172 ◦ green 123 ◦ blue 165

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

Shades of Bouquet #AC7BA5

Tints of Bouquet #AC7BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 37.39%
G = 26.74%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC7BA5 (or 0xAC7BA5) is known color: Bouquet. HEX triplet: AC, 7B and A5. RGB value is (172,123,165). Sum of RGB (Red+Green+Blue) = 172+123+165=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BA5 is #53845A. Grayscale: #8E8E8E. Windows color (decimal): -5473371 or 10845100. OLE color: 10845100.

HSL color Cylindrical-coordinate representation of color #AC7BA5: hue angle of 308.57º 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 #AC7BA5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 165 -
CMYK 0 0.28 0.04 0.33
HSL 308.57º 0.23% 0.58% -
HSV(B) 308.57º 0.28% 0.67% -
XYZ 30.89 25.65 38.92 -
YUV 142.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 172 123 165 0 0.28 0.04 0.33 308.57 0.23 0.58
Hex AC 7B A5 0 1C 4 21 135 17 3A
Octal 254 173 245 0 34 4 41 465 27 72
Binary 10101100 1111011 10100101 0 11100 100 100001 100110101 10111 111010

Color Harmonies of #AC7BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BA5

Black with #AC7BA5

Text Example


Text Example

White with #AC7BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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