Html Css Color HEX #AC6494 Bouquet

📋 copy color: '#AC6494'

red 172 ◦ green 100 ◦ blue 148

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

Shades of Bouquet #AC6494

Tints of Bouquet #AC6494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 40.95%
G = 23.81%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC6494 (or 0xAC6494) is known color: Bouquet. HEX triplet: AC, 64 and 94. RGB value is (172,100,148). Sum of RGB (Red+Green+Blue) = 172+100+148=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6494 is #539B6B. Grayscale: #7E7E7E. Windows color (decimal): -5479276 or 9725100. OLE color: 9725100.

HSL color Cylindrical-coordinate representation of color #AC6494: hue angle of 320º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6494 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 148 -
CMYK 0 0.42 0.14 0.33
HSL 320º 0.3% 0.53% -
HSV(B) 320º 0.42% 0.67% -
XYZ 26.92 20.02 30.46 -
YUV 127 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 172 100 148 0 0.42 0.14 0.33 320 0.3 0.53
Hex AC 64 94 0 2A E 21 140 1E 35
Octal 254 144 224 0 52 16 41 500 36 65
Binary 10101100 1100100 10010100 0 101010 1110 100001 101000000 11110 110101

Color Harmonies of #AC6494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6494

Black with #AC6494

Text Example


Text Example

White with #AC6494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6494; }

 p { color: rgb(172,100,148); }

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

background-color css

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

 a { background-color: rgb(172,100,148); }

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

border-color css

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

 span { border-color: rgb(172,100,148); }

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