Html Css Color HEX #ACACC6 Wistful

📋 copy color: '#ACACC6'

red 172 ◦ green 172 ◦ blue 198

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

Shades of Wistful #ACACC6

Tints of Wistful #ACACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.53%

R = 31.73%
G = 31.73%
B = 36.53%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACACC6 (or 0xACACC6) is known color: Wistful. HEX triplet: AC, AC and C6. RGB value is (172,172,198). Sum of RGB (Red+Green+Blue) = 172+172+198=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC6 is #535339. Grayscale: #AEAEAE. Windows color (decimal): -5460794 or 13020332. OLE color: 13020332.

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

Color convert

RGB 172 172 198 -
CMYK 0.13 0.13 0 0.22
HSL 240º 0.19% 0.73% -
HSV(B) 240º 0.13% 0.78% -
XYZ 41.96 42.35 59.39 -
YUV 174.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 172 172 198 0.13 0.13 0 0.22 240 0.19 0.73
Hex AC AC C6 D D 0 16 F0 13 49
Octal 254 254 306 15 15 0 26 360 23 111
Binary 10101100 10101100 11000110 1101 1101 0 10110 11110000 10011 1001001

Color Harmonies of #ACACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACC6

Black with #ACACC6

Text Example


Text Example

White with #ACACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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