Html Css Color HEX #AC75A0 Bouquet

📋 copy color: '#AC75A0'

red 172 ◦ green 117 ◦ blue 160

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

Shades of Bouquet #AC75A0

Tints of Bouquet #AC75A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 38.31%
G = 26.06%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC75A0 (or 0xAC75A0) is known color: Bouquet. HEX triplet: AC, 75 and A0. RGB value is (172,117,160). Sum of RGB (Red+Green+Blue) = 172+117+160=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A0 is #538A5F. Grayscale: #8A8A8A. Windows color (decimal): -5474912 or 10515884. OLE color: 10515884.

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

Color convert

RGB 172 117 160 -
CMYK 0 0.32 0.07 0.33
HSL 313.09º 0.25% 0.57% -
HSV(B) 313.09º 0.32% 0.67% -
XYZ 29.72 24.03 36.33 -
YUV 138.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 172 117 160 0 0.32 0.07 0.33 313.09 0.25 0.57
Hex AC 75 A0 0 20 7 21 139 19 39
Octal 254 165 240 0 40 7 41 471 31 71
Binary 10101100 1110101 10100000 0 100000 111 100001 100111001 11001 111001

Color Harmonies of #AC75A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75A0

Black with #AC75A0

Text Example


Text Example

White with #AC75A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75A0; }

 p { color: rgb(172,117,160); }

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

background-color css

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

 a { background-color: rgb(172,117,160); }

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

border-color css

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

 span { border-color: rgb(172,117,160); }

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