Html Css Color HEX #ACABD7 Wistful

📋 copy color: '#ACABD7'

red 172 ◦ green 171 ◦ blue 215

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

Shades of Wistful #ACABD7

Tints of Wistful #ACABD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.53%

R = 30.82%
G = 30.65%
B = 38.53%

CMYK

 C value IS 0.2

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACABD7 (or 0xACABD7) is known color: Wistful. HEX triplet: AC, AB and D7. RGB value is (172,171,215). Sum of RGB (Red+Green+Blue) = 172+171+215=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABD7 is #535428. Grayscale: #B0B0B0. Windows color (decimal): -5461033 or 14134188. OLE color: 14134188.

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

Color convert

RGB 172 171 215 -
CMYK 0.2 0.20 0 0.16
HSL 241.36º 0.35% 0.76% -
HSV(B) 241.36º 0.2% 0.84% -
XYZ 43.84 42.8 70.24 -
YUV 176.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 172 171 215 0.2 0.20 0 0.16 241.36 0.35 0.76
Hex AC AB D7 14 14 0 10 F1 23 4C
Octal 254 253 327 24 24 0 20 361 43 114
Binary 10101100 10101011 11010111 10100 10100 0 10000 11110001 100011 1001100

Color Harmonies of #ACABD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABD7

Black with #ACABD7

Text Example


Text Example

White with #ACABD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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