Html Css Color HEX #ACACC3 Wistful

📋 copy color: '#ACACC3'

red 172 ◦ green 172 ◦ blue 195

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

Shades of Wistful #ACACC3

Tints of Wistful #ACACC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.18%

R = 31.91%
G = 31.91%
B = 36.18%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACACC3 (or 0xACACC3) is known color: Wistful. HEX triplet: AC, AC and C3. RGB value is (172,172,195). Sum of RGB (Red+Green+Blue) = 172+172+195=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC3 is #53533C. Grayscale: #AEAEAE. Windows color (decimal): -5460797 or 12823724. OLE color: 12823724.

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

Color convert

RGB 172 172 195 -
CMYK 0.12 0.12 0 0.24
HSL 240º 0.16% 0.72% -
HSV(B) 240º 0.12% 0.76% -
XYZ 41.62 42.22 57.58 -
YUV 174.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 172 172 195 0.12 0.12 0 0.24 240 0.16 0.72
Hex AC AC C3 C C 0 18 F0 10 48
Octal 254 254 303 14 14 0 30 360 20 110
Binary 10101100 10101100 11000011 1100 1100 0 11000 11110000 10000 1001000

Color Harmonies of #ACACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACC3

Black with #ACACC3

Text Example


Text Example

White with #ACACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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