Html Css Color HEX #ACACC4 Wistful

📋 copy color: '#ACACC4'

red 172 ◦ green 172 ◦ blue 196

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

Shades of Wistful #ACACC4

Tints of Wistful #ACACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 31.85%
G = 31.85%
B = 36.3%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACACC4 (or 0xACACC4) is known color: Wistful. HEX triplet: AC, AC and C4. RGB value is (172,172,196). Sum of RGB (Red+Green+Blue) = 172+172+196=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC4 is #53533B. Grayscale: #AEAEAE. Windows color (decimal): -5460796 or 12889260. OLE color: 12889260.

HSL color Cylindrical-coordinate representation of color #ACACC4: hue angle of 240º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACACC4 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 172 196 -
CMYK 0.12 0.12 0 0.23
HSL 240º 0.17% 0.72% -
HSV(B) 240º 0.12% 0.77% -
XYZ 41.73 42.26 58.18 -
YUV 174.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 172 172 196 0.12 0.12 0 0.23 240 0.17 0.72
Hex AC AC C4 C C 0 17 F0 11 48
Octal 254 254 304 14 14 0 27 360 21 110
Binary 10101100 10101100 11000100 1100 1100 0 10111 11110000 10001 1001000

Color Harmonies of #ACACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACC4

Black with #ACACC4

Text Example


Text Example

White with #ACACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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