Html Css Color HEX #AC75A3 Bouquet

📋 copy color: '#AC75A3'

red 172 ◦ green 117 ◦ blue 163

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

Shades of Bouquet #AC75A3

Tints of Bouquet #AC75A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.06%

R = 38.05%
G = 25.88%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC75A3 (or 0xAC75A3) is known color: Bouquet. HEX triplet: AC, 75 and A3. RGB value is (172,117,163). Sum of RGB (Red+Green+Blue) = 172+117+163=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A3 is #538A5C. Grayscale: #8A8A8A. Windows color (decimal): -5474909 or 10712492. OLE color: 10712492.

HSL color Cylindrical-coordinate representation of color #AC75A3: hue angle of 309.82º 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 #AC75A3 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 163 -
CMYK 0 0.32 0.05 0.33
HSL 309.82º 0.25% 0.57% -
HSV(B) 309.82º 0.32% 0.67% -
XYZ 29.99 24.14 37.73 -
YUV 138.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 172 117 163 0 0.32 0.05 0.33 309.82 0.25 0.57
Hex AC 75 A3 0 20 5 21 136 19 39
Octal 254 165 243 0 40 5 41 466 31 71
Binary 10101100 1110101 10100011 0 100000 101 100001 100110110 11001 111001

Color Harmonies of #AC75A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75A3

Black with #AC75A3

Text Example


Text Example

White with #AC75A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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