Html Css Color HEX #ACABD8 Wistful

📋 copy color: '#ACABD8'

red 172 ◦ green 171 ◦ blue 216

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

Shades of Wistful #ACABD8

Tints of Wistful #ACABD8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.59%

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 30.77%
G = 30.59%
B = 38.64%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACABD8 (or 0xACABD8) is known color: Wistful. HEX triplet: AC, AB and D8. RGB value is (172,171,216). Sum of RGB (Red+Green+Blue) = 172+171+216=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACABD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABD8 is #535427. Grayscale: #B0B0B0. Windows color (decimal): -5461032 or 14199724. OLE color: 14199724.

HSL color Cylindrical-coordinate representation of color #ACABD8: hue angle of 241.33º 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 #ACABD8 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 171 216 -
CMYK 0.20 0.21 0 0.15
HSL 241.33º 0.37% 0.76% -
HSV(B) 241.33º 0.21% 0.85% -
XYZ 43.97 42.85 70.92 -
YUV 176.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 172 171 216 0.20 0.21 0 0.15 241.33 0.37 0.76
Hex AC AB D8 14 15 0 F F1 25 4C
Octal 254 253 330 24 25 0 17 361 45 114
Binary 10101100 10101011 11011000 10100 10101 0 1111 11110001 100101 1001100

Color Harmonies of #ACABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABD8

Black with #ACABD8

Text Example


Text Example

White with #ACABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABD8; }

 p { color: rgb(172,171,216); }

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

background-color css

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

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

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

border-color css

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

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

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