Html Css Color HEX #AC75A2 Bouquet

📋 copy color: '#AC75A2'

red 172 ◦ green 117 ◦ blue 162

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

Shades of Bouquet #AC75A2

Tints of Bouquet #AC75A2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.94%

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 38.14%
G = 25.94%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC75A2 (or 0xAC75A2) is known color: Bouquet. HEX triplet: AC, 75 and A2. RGB value is (172,117,162). Sum of RGB (Red+Green+Blue) = 172+117+162=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A2 is #538A5D. Grayscale: #8A8A8A. Windows color (decimal): -5474910 or 10646956. OLE color: 10646956.

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

Color convert

RGB 172 117 162 -
CMYK 0 0.32 0.06 0.33
HSL 310.91º 0.25% 0.57% -
HSV(B) 310.91º 0.32% 0.67% -
XYZ 29.9 24.1 37.26 -
YUV 138.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 172 117 162 0 0.32 0.06 0.33 310.91 0.25 0.57
Hex AC 75 A2 0 20 6 21 137 19 39
Octal 254 165 242 0 40 6 41 467 31 71
Binary 10101100 1110101 10100010 0 100000 110 100001 100110111 11001 111001

Color Harmonies of #AC75A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75A2

Black with #AC75A2

Text Example


Text Example

White with #AC75A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75A2; }

 p { color: rgb(172,117,162); }

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

background-color css

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

 a { background-color: rgb(172,117,162); }

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

border-color css

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

 span { border-color: rgb(172,117,162); }

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