Html Css Color HEX #ACAADD Wistful

📋 copy color: '#ACAADD'

red 172 ◦ green 170 ◦ blue 221

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

Shades of Wistful #ACAADD

Tints of Wistful #ACAADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 30.55%
G = 30.2%
B = 39.25%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACAADD (or 0xACAADD) is known color: Wistful. HEX triplet: AC, AA and DD. RGB value is (172,170,221). Sum of RGB (Red+Green+Blue) = 172+170+221=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAADD is #535522. Grayscale: #B0B0B0. Windows color (decimal): -5461283 or 14527148. OLE color: 14527148.

HSL color Cylindrical-coordinate representation of color #ACAADD: hue angle of 242.35º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACAADD is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 170 221 -
CMYK 0.22 0.23 0 0.13
HSL 242.35º 0.43% 0.77% -
HSV(B) 242.35º 0.23% 0.87% -
XYZ 44.44 42.74 74.31 -
YUV 176.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 172 170 221 0.22 0.23 0 0.13 242.35 0.43 0.77
Hex AC AA DD 16 17 0 D F2 2B 4D
Octal 254 252 335 26 27 0 15 362 53 115
Binary 10101100 10101010 11011101 10110 10111 0 1101 11110010 101011 1001101

Color Harmonies of #ACAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAADD

Black with #ACAADD

Text Example


Text Example

White with #ACAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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