Html Css Color HEX #ACAADC Wistful

📋 copy color: '#ACAADC'

red 172 ◦ green 170 ◦ blue 220

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

Shades of Wistful #ACAADC

Tints of Wistful #ACAADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 30.6%
G = 30.25%
B = 39.15%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACAADC (or 0xACAADC) is known color: Wistful. HEX triplet: AC, AA and DC. RGB value is (172,170,220). Sum of RGB (Red+Green+Blue) = 172+170+220=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAADC is #535523. Grayscale: #B0B0B0. Windows color (decimal): -5461284 or 14461612. OLE color: 14461612.

HSL color Cylindrical-coordinate representation of color #ACAADC: hue angle of 242.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACAADC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 170 220 -
CMYK 0.22 0.23 0 0.14
HSL 242.4º 0.42% 0.76% -
HSV(B) 242.4º 0.23% 0.86% -
XYZ 44.31 42.69 73.61 -
YUV 176.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 172 170 220 0.22 0.23 0 0.14 242.4 0.42 0.76
Hex AC AA DC 16 17 0 E F2 2A 4C
Octal 254 252 334 26 27 0 16 362 52 114
Binary 10101100 10101010 11011100 10110 10111 0 1110 11110010 101010 1001100

Color Harmonies of #ACAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAADC

Black with #ACAADC

Text Example


Text Example

White with #ACAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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