Html Css Color HEX #AC7390 Bouquet

📋 copy color: '#AC7390'

red 172 ◦ green 115 ◦ blue 144

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

Shades of Bouquet #AC7390

Tints of Bouquet #AC7390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.68%

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 39.91%
G = 26.68%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7390 (or 0xAC7390) is known color: Bouquet. HEX triplet: AC, 73 and 90. RGB value is (172,115,144). Sum of RGB (Red+Green+Blue) = 172+115+144=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7390 is #538C6F. Grayscale: #878787. Windows color (decimal): -5475440 or 9466796. OLE color: 9466796.

HSL color Cylindrical-coordinate representation of color #AC7390: hue angle of 329.47º degrees, saturation: 0.26, 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 #AC7390 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 144 -
CMYK 0 0.33 0.16 0.33
HSL 329.47º 0.26% 0.56% -
HSV(B) 329.47º 0.33% 0.67% -
XYZ 28.18 23.05 29.35 -
YUV 135.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 172 115 144 0 0.33 0.16 0.33 329.47 0.26 0.56
Hex AC 73 90 0 21 10 21 149 1A 38
Octal 254 163 220 0 41 20 41 511 32 70
Binary 10101100 1110011 10010000 0 100001 10000 100001 101001001 11010 111000

Color Harmonies of #AC7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7390

Black with #AC7390

Text Example


Text Example

White with #AC7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7390; }

 p { color: rgb(172,115,144); }

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

background-color css

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

 a { background-color: rgb(172,115,144); }

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

border-color css

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

 span { border-color: rgb(172,115,144); }

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