Html Css Color HEX #ACACD9 Wistful

📋 copy color: '#ACACD9'

red 172 ◦ green 172 ◦ blue 217

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

Shades of Wistful #ACACD9

Tints of Wistful #ACACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 30.66%
G = 30.66%
B = 38.68%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACACD9 (or 0xACACD9) is known color: Wistful. HEX triplet: AC, AC and D9. RGB value is (172,172,217). Sum of RGB (Red+Green+Blue) = 172+172+217=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACD9 is #535326. Grayscale: #B0B0B0. Windows color (decimal): -5460775 or 14265516. OLE color: 14265516.

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

Color convert

RGB 172 172 217 -
CMYK 0.21 0.21 0 0.15
HSL 240º 0.37% 0.76% -
HSV(B) 240º 0.21% 0.85% -
XYZ 44.29 43.29 71.67 -
YUV 177.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 172 172 217 0.21 0.21 0 0.15 240 0.37 0.76
Hex AC AC D9 15 15 0 F F0 25 4C
Octal 254 254 331 25 25 0 17 360 45 114
Binary 10101100 10101100 11011001 10101 10101 0 1111 11110000 100101 1001100

Color Harmonies of #ACACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACD9

Black with #ACACD9

Text Example


Text Example

White with #ACACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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