Html Css Color HEX #ACABDC Wistful

📋 copy color: '#ACABDC'

red 172 ◦ green 171 ◦ blue 220

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

Shades of Wistful #ACABDC

Tints of Wistful #ACABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 30.55%
G = 30.37%
B = 39.08%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACABDC (or 0xACABDC) is known color: Wistful. HEX triplet: AC, AB and DC. RGB value is (172,171,220). Sum of RGB (Red+Green+Blue) = 172+171+220=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABDC is #535423. Grayscale: #B0B0B0. Windows color (decimal): -5461028 or 14461868. OLE color: 14461868.

HSL color Cylindrical-coordinate representation of color #ACABDC: hue angle of 241.22º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACABDC is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 171 220 -
CMYK 0.22 0.22 0 0.14
HSL 241.22º 0.41% 0.77% -
HSV(B) 241.22º 0.22% 0.86% -
XYZ 44.49 43.06 73.68 -
YUV 176.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 172 171 220 0.22 0.22 0 0.14 241.22 0.41 0.77
Hex AC AB DC 16 16 0 E F1 29 4D
Octal 254 253 334 26 26 0 16 361 51 115
Binary 10101100 10101011 11011100 10110 10110 0 1110 11110001 101001 1001101

Color Harmonies of #ACABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABDC

Black with #ACABDC

Text Example


Text Example

White with #ACABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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