Html Css Color HEX #AC6395 Bouquet

📋 copy color: '#AC6395'

red 172 ◦ green 99 ◦ blue 149

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

Shades of Bouquet #AC6395

Tints of Bouquet #AC6395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.57%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 40.95%
G = 23.57%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC6395 (or 0xAC6395) is known color: Bouquet. HEX triplet: AC, 63 and 95. RGB value is (172,99,149). Sum of RGB (Red+Green+Blue) = 172+99+149=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6395 is #539C6A. Grayscale: #7E7E7E. Windows color (decimal): -5479531 or 9790380. OLE color: 9790380.

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

Color convert

RGB 172 99 149 -
CMYK 0 0.42 0.13 0.33
HSL 318.9º 0.31% 0.53% -
HSV(B) 318.9º 0.42% 0.67% -
XYZ 26.9 19.86 30.85 -
YUV 126.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 172 99 149 0 0.42 0.13 0.33 318.9 0.31 0.53
Hex AC 63 95 0 2A D 21 13F 1F 35
Octal 254 143 225 0 52 15 41 477 37 65
Binary 10101100 1100011 10010101 0 101010 1101 100001 100111111 11111 110101

Color Harmonies of #AC6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6395

Black with #AC6395

Text Example


Text Example

White with #AC6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6395; }

 p { color: rgb(172,99,149); }

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

background-color css

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

 a { background-color: rgb(172,99,149); }

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

border-color css

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

 span { border-color: rgb(172,99,149); }

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