Html Css Color HEX #ACACC0 Wistful

📋 copy color: '#ACACC0'

red 172 ◦ green 172 ◦ blue 192

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

Shades of Wistful #ACACC0

Tints of Wistful #ACACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 32.09%
G = 32.09%
B = 35.82%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACACC0 (or 0xACACC0) is known color: Wistful. HEX triplet: AC, AC and C0. RGB value is (172,172,192). Sum of RGB (Red+Green+Blue) = 172+172+192=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC0 is #53533F. Grayscale: #AEAEAE. Windows color (decimal): -5460800 or 12627116. OLE color: 12627116.

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

Color convert

RGB 172 172 192 -
CMYK 0.10 0.10 0 0.25
HSL 240º 0.14% 0.71% -
HSV(B) 240º 0.1% 0.75% -
XYZ 41.28 42.08 55.82 -
YUV 174.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 172 172 192 0.10 0.10 0 0.25 240 0.14 0.71
Hex AC AC C0 A A 0 19 F0 E 47
Octal 254 254 300 12 12 0 31 360 16 107
Binary 10101100 10101100 11000000 1010 1010 0 11001 11110000 1110 1000111

Color Harmonies of #ACACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACC0

Black with #ACACC0

Text Example


Text Example

White with #ACACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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