Html Css Color HEX #AC70A0 Bouquet

📋 copy color: '#AC70A0'

red 172 ◦ green 112 ◦ blue 160

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

Shades of Bouquet #AC70A0

Tints of Bouquet #AC70A0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.23%

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

R = 38.74%
G = 25.23%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC70A0 (or 0xAC70A0) is known color: Bouquet. HEX triplet: AC, 70 and A0. RGB value is (172,112,160). Sum of RGB (Red+Green+Blue) = 172+112+160=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC70A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70A0 is #538F5F. Grayscale: #878787. Windows color (decimal): -5476192 or 10514604. OLE color: 10514604.

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

Color convert

RGB 172 112 160 -
CMYK 0 0.35 0.07 0.33
HSL 312º 0.27% 0.56% -
HSV(B) 312º 0.35% 0.67% -
XYZ 29.15 22.9 36.14 -
YUV 135.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 172 112 160 0 0.35 0.07 0.33 312 0.27 0.56
Hex AC 70 A0 0 23 7 21 138 1B 38
Octal 254 160 240 0 43 7 41 470 33 70
Binary 10101100 1110000 10100000 0 100011 111 100001 100111000 11011 111000

Color Harmonies of #AC70A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70A0

Black with #AC70A0

Text Example


Text Example

White with #AC70A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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