Html Css Color HEX #ACACC9 Wistful

📋 copy color: '#ACACC9'

red 172 ◦ green 172 ◦ blue 201

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

Shades of Wistful #ACACC9

Tints of Wistful #ACACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.56%

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 31.56%
G = 31.56%
B = 36.88%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACACC9 (or 0xACACC9) is known color: Wistful. HEX triplet: AC, AC and C9. RGB value is (172,172,201). Sum of RGB (Red+Green+Blue) = 172+172+201=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC9 is #535336. Grayscale: #AFAFAF. Windows color (decimal): -5460791 or 13216940. OLE color: 13216940.

HSL color Cylindrical-coordinate representation of color #ACACC9: hue angle of 240º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACACC9 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 172 201 -
CMYK 0.14 0.14 0 0.21
HSL 240º 0.21% 0.73% -
HSV(B) 240º 0.14% 0.79% -
XYZ 42.31 42.49 61.23 -
YUV 175.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 172 172 201 0.14 0.14 0 0.21 240 0.21 0.73
Hex AC AC C9 E E 0 15 F0 15 49
Octal 254 254 311 16 16 0 25 360 25 111
Binary 10101100 10101100 11001001 1110 1110 0 10101 11110000 10101 1001001

Color Harmonies of #ACACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACC9

Black with #ACACC9

Text Example


Text Example

White with #ACACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACC9; }

 p { color: rgb(172,172,201); }

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

background-color css

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

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

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

border-color css

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

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

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