Html Css Color HEX #ACAACC Wistful

📋 copy color: '#ACAACC'

red 172 ◦ green 170 ◦ blue 204

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

Shades of Wistful #ACAACC

Tints of Wistful #ACAACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.14%

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 31.5%
G = 31.14%
B = 37.36%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ACAACC (or 0xACAACC) is known color: Wistful. HEX triplet: AC, AA and CC. RGB value is (172,170,204). Sum of RGB (Red+Green+Blue) = 172+170+204=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAACC is #535533. Grayscale: #AEAEAE. Windows color (decimal): -5461300 or 13413036. OLE color: 13413036.

HSL color Cylindrical-coordinate representation of color #ACAACC: hue angle of 243.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACAACC is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 170 204 -
CMYK 0.16 0.17 0 0.2
HSL 243.53º 0.25% 0.73% -
HSV(B) 243.53º 0.17% 0.8% -
XYZ 42.29 41.88 62.98 -
YUV 174.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 172 170 204 0.16 0.17 0 0.2 243.53 0.25 0.73
Hex AC AA CC 10 11 0 14 F4 19 49
Octal 254 252 314 20 21 0 24 364 31 111
Binary 10101100 10101010 11001100 10000 10001 0 10100 11110100 11001 1001001

Color Harmonies of #ACAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAACC

Black with #ACAACC

Text Example


Text Example

White with #ACAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAACC; }

 p { color: rgb(172,170,204); }

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

background-color css

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

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

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

border-color css

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

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

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