Html Css Color HEX #ACABDD Wistful

📋 copy color: '#ACABDD'

red 172 ◦ green 171 ◦ blue 221

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

Shades of Wistful #ACABDD

Tints of Wistful #ACABDD

RGB

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

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

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

R = 30.5%
G = 30.32%
B = 39.18%

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

#ACABDD (or 0xACABDD) is known color: Wistful. HEX triplet: AC, AB and DD. RGB value is (172,171,221). Sum of RGB (Red+Green+Blue) = 172+171+221=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABDD is #535422. Grayscale: #B0B0B0. Windows color (decimal): -5461027 or 14527404. OLE color: 14527404.

HSL color Cylindrical-coordinate representation of color #ACABDD: hue angle of 241.2º degrees, saturation: 0.42, 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 #ACABDD is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 171 221 -
CMYK 0.22 0.23 0 0.13
HSL 241.2º 0.42% 0.77% -
HSV(B) 241.2º 0.23% 0.87% -
XYZ 44.63 43.12 74.38 -
YUV 177 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 172 171 221 0.22 0.23 0 0.13 241.2 0.42 0.77
Hex AC AB DD 16 17 0 D F1 2A 4D
Octal 254 253 335 26 27 0 15 361 52 115
Binary 10101100 10101011 11011101 10110 10111 0 1101 11110001 101010 1001101

Color Harmonies of #ACABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABDD

Black with #ACABDD

Text Example


Text Example

White with #ACABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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