Html Css Color HEX #AC74A0 Bouquet

📋 copy color: '#AC74A0'

red 172 ◦ green 116 ◦ blue 160

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

Shades of Bouquet #AC74A0

Tints of Bouquet #AC74A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

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

R = 38.39%
G = 25.89%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC74A0 (or 0xAC74A0) is known color: Bouquet. HEX triplet: AC, 74 and A0. RGB value is (172,116,160). Sum of RGB (Red+Green+Blue) = 172+116+160=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC74A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC74A0 is #538B5F. Grayscale: #898989. Windows color (decimal): -5475168 or 10515628. OLE color: 10515628.

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

Color convert

RGB 172 116 160 -
CMYK 0 0.33 0.07 0.33
HSL 312.86º 0.25% 0.56% -
HSV(B) 312.86º 0.33% 0.67% -
XYZ 29.6 23.8 36.29 -
YUV 137.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 172 116 160 0 0.33 0.07 0.33 312.86 0.25 0.56
Hex AC 74 A0 0 21 7 21 139 19 38
Octal 254 164 240 0 41 7 41 471 31 70
Binary 10101100 1110100 10100000 0 100001 111 100001 100111001 11001 111000

Color Harmonies of #AC74A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74A0

Black with #AC74A0

Text Example


Text Example

White with #AC74A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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