Html Css Color HEX #ACABD6 Wistful

📋 copy color: '#ACABD6'

red 172 ◦ green 171 ◦ blue 214

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

Shades of Wistful #ACABD6

Tints of Wistful #ACABD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 30.88%
G = 30.7%
B = 38.42%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACABD6 (or 0xACABD6) is known color: Wistful. HEX triplet: AC, AB and D6. RGB value is (172,171,214). Sum of RGB (Red+Green+Blue) = 172+171+214=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABD6 is #535429. Grayscale: #B0B0B0. Windows color (decimal): -5461034 or 14068652. OLE color: 14068652.

HSL color Cylindrical-coordinate representation of color #ACABD6: hue angle of 241.4º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACABD6 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 171 214 -
CMYK 0.20 0.20 0 0.16
HSL 241.4º 0.34% 0.75% -
HSV(B) 241.4º 0.2% 0.84% -
XYZ 43.71 42.75 69.57 -
YUV 176.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 172 171 214 0.20 0.20 0 0.16 241.4 0.34 0.75
Hex AC AB D6 14 14 0 10 F1 22 4B
Octal 254 253 326 24 24 0 20 361 42 113
Binary 10101100 10101011 11010110 10100 10100 0 10000 11110001 100010 1001011

Color Harmonies of #ACABD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABD6

Black with #ACABD6

Text Example


Text Example

White with #ACABD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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