Html Css Color HEX #ACACC2 Wistful

📋 copy color: '#ACACC2'

red 172 ◦ green 172 ◦ blue 194

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

Shades of Wistful #ACACC2

Tints of Wistful #ACACC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 31.97%
G = 31.97%
B = 36.06%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACACC2 (or 0xACACC2) is known color: Wistful. HEX triplet: AC, AC and C2. RGB value is (172,172,194). Sum of RGB (Red+Green+Blue) = 172+172+194=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC2 is #53533D. Grayscale: #AEAEAE. Windows color (decimal): -5460798 or 12758188. OLE color: 12758188.

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

Color convert

RGB 172 172 194 -
CMYK 0.11 0.11 0 0.24
HSL 240º 0.15% 0.72% -
HSV(B) 240º 0.11% 0.76% -
XYZ 41.5 42.17 56.99 -
YUV 174.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 172 172 194 0.11 0.11 0 0.24 240 0.15 0.72
Hex AC AC C2 B B 0 18 F0 F 48
Octal 254 254 302 13 13 0 30 360 17 110
Binary 10101100 10101100 11000010 1011 1011 0 11000 11110000 1111 1001000

Color Harmonies of #ACACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACC2

Black with #ACACC2

Text Example


Text Example

White with #ACACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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